[41893] trunk/dports

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Nov 11 17:16:26 PST 2008


Revision: 41893
          http://trac.macports.org/changeset/41893
Author:   macsforever2000 at macports.org
Date:     2008-11-11 17:16:25 -0800 (Tue, 11 Nov 2008)
Log Message:
-----------
Added new port qlandkarte (#16377)

Added Paths:
-----------
    trunk/dports/gis/
    trunk/dports/gis/qlandkarte/
    trunk/dports/gis/qlandkarte/Portfile

Added: trunk/dports/gis/qlandkarte/Portfile
===================================================================
--- trunk/dports/gis/qlandkarte/Portfile	                        (rev 0)
+++ trunk/dports/gis/qlandkarte/Portfile	2008-11-12 01:16:25 UTC (rev 41893)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem       1.0
+
+name             qlandkarte
+categories       gis
+version          0.7.3
+platforms        darwin
+maintainers      nomaintainer
+
+description      Use your Garmin GPS with Linux/MacOS
+long_description "QLandkarte is a QT Application similar to Garmin's MapSource."
+
+homepage         http://qlandkarte.sourceforge.net/
+master_sites     sourceforge:qlandkarte
+distname         ${name}_${version}
+
+checksums        md5 51f804235511f1c10ae8538f86743135
+
+depends_lib      port:proj \
+                 port:libusb \
+                 port:qt4-mac
+
+configure.args   --with-extra-includes=${prefix}/include\
+                 --with-extra-libs=${prefix}/lib
+
+# Can be removed once MacPorts 1.7.0 is released
+if {![info exists applications_dir]} {
+    set applications_dir /Applications/MacPorts
+}
+
+destroot {
+        xinstall -d ${destroot}${applications_dir}
+        copy ${worksrcpath}/bin/${name}.app ${destroot}${applications_dir}
+        system "ln -s ${applications_dir}/${name}.app/Contents/MacOS/${name} ${destroot}${prefix}/bin"
+}


Property changes on: trunk/dports/gis/qlandkarte/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/20081111/36192dfa/attachment.html>


More information about the macports-changes mailing list