[45065] trunk/dports/aqua

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Jan 7 16:00:15 PST 2009


Revision: 45065
          http://trac.macports.org/changeset/45065
Author:   macsforever2000 at macports.org
Date:     2009-01-07 16:00:15 -0800 (Wed, 07 Jan 2009)
Log Message:
-----------
Added new port QMK-Groundstation (#17807)

Added Paths:
-----------
    trunk/dports/aqua/QMK-Groundstation/
    trunk/dports/aqua/QMK-Groundstation/Portfile

Added: trunk/dports/aqua/QMK-Groundstation/Portfile
===================================================================
--- trunk/dports/aqua/QMK-Groundstation/Portfile	                        (rev 0)
+++ trunk/dports/aqua/QMK-Groundstation/Portfile	2009-01-08 00:00:15 UTC (rev 45065)
@@ -0,0 +1,32 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           xcode 1.0
+
+name                QMK-Groundstation
+version             0.6.3
+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
+}


Property changes on: trunk/dports/aqua/QMK-Groundstation/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090107/e844b16c/attachment.html>


More information about the macports-changes mailing list