# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ PortSystem 1.0 name gpsbabel version 1.3.5 categories textproc comms maintainers michael:macports-behrendt.net description GPSBabel converts/uploads GPS waypoints, tracks, and routes long_description GPSBabel converts GPS waypoints, tracks, and routes \ from one format to another, whether that format is a \ common mapping format like Delorme, Streets and \ Trips, or even a serial upload or download to a GPS \ unit such as those from Garmin and Magellan. platforms darwin homepage http://www.gpsbabel.org/ master_sites ${homepage}plan9.php?dl= checksums md5 1bea8cd22c24ee9c0cc769770c86a340 \ sha1 bb4afb51de17d7de880299fdb5d0a6f311716b90 \ rmd160 338e33a2239419dc09958ae9b7440ac73146b8dd depends_lib port:expat port:libusb configure.args --with-zlib=system --with-expathdr=${prefix}/include --with-libexpat=${prefix}/lib patchfiles patch-lmx.c.diff \ patch-Makefile.in.diff post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING README.contrib README.igc README.magnav \ README.mapconverter README.psp README.xmapwpt ${destroot}${prefix}/share/doc/${name} }