1 | # $Id: Portfile 38415 2008-07-19 06:24:58Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name gpsbabel |
---|
6 | version 1.3.6 |
---|
7 | categories textproc comms |
---|
8 | maintainers nomaintainer |
---|
9 | description GPSBabel converts/uploads GPS waypoints, tracks, and routes |
---|
10 | long_description GPSBabel converts GPS waypoints, tracks, and routes \ |
---|
11 | from one format to another, whether that format is a \ |
---|
12 | common mapping format like Delorme, Streets and \ |
---|
13 | Trips, or even a serial upload or download to a GPS \ |
---|
14 | unit such as those from Garmin and Magellan. |
---|
15 | platforms darwin |
---|
16 | homepage http://www.gpsbabel.org/ |
---|
17 | master_sites ${homepage}plan9.php?dl= |
---|
18 | checksums md5 1571b31f8f06f722995449dbff01ca49 |
---|
19 | |
---|
20 | depends_lib port:expat port:libusb |
---|
21 | |
---|
22 | configure.args --with-zlib=system --with-expathdr=${prefix}/include --with-libexpat=${prefix}/lib |
---|
23 | |
---|
24 | post-destroot { |
---|
25 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} |
---|
26 | xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING README.contrib README.igc README.magnav \ |
---|
27 | README.mapconverter README.psp README.xmapwpt ${destroot}${prefix}/share/doc/${name} |
---|
28 | } |
---|