Qmk-groundstation version 0.8.0 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    qmk-groundstation  most recent diff


    version 0.8.0

      View the most recent changes for the qmk-groundstation port at: qmk-groundstation.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for qmk-groundstation.
      The raw portfile for qmk-groundstation 0.8.0 is located here:
      http://qmk-groundstation.darwinports.com/dports/aqua/QMK-Groundstation/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/qmk-groundstation


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The qmk-groundstation Portfile 49224 2009-04-05 21:38:03Z macsforever2000 macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: QMK-Groundstation
      Version: 0.8.0
      Maintainers: lilalinux.net:macports
      Description: Configuration and Debugging Utility for the MikroKopter Project
      Long Description: Configuration and Debugging Utility for the MikroKopter Project.
      Homepage: http://www.mikrokopter.de/

      depends_lib-append port:qwt

      fetch.type svn
      svn.url http://mikrocontroller.cco-ev.de/mikrosvn/Projects/${name}/tags/V${version}/
      worksrcdir V${version}

      configure.cmd ${prefix}/bin/qmake-mac
      configure.pre_args -spec macx-xcode osx.pro
      use_configure yes

      post-build {
      delete ${worksrcpath}/build/bin/${name}.app
      }

      destroot {
      set appPath ${destroot}${applications_dir}
      xinstall -d -m 755 ${appPath}
      file copy ${worksrcpath}/build/Default/${name}.app ${appPath}/${name}.app
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/qmk-groundstation
      % sudo port install qmk-groundstation
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching qmk-groundstation
      ---> Verifying checksum for qmk-groundstation
      ---> Extracting qmk-groundstation
      ---> Configuring qmk-groundstation
      ---> Building qmk-groundstation with target all
      ---> Staging qmk-groundstation into destroot
      ---> Installing qmk-groundstation
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using qmk-groundstation with these commands:
      %  man qmk-groundstation
      % apropos qmk-groundstation
      % which qmk-groundstation
      % locate qmk-groundstation

     Where to find more information:

    Darwin Ports



    Lightbox this page.