# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 136415 2015-05-16 16:42:28Z snc@macports.org $ PortSystem 1.0 PortGroup qmake5 1.0 name gpsbabel version 1.5.2 categories textproc comms license GPL maintainers nomaintainer 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/ depends_lib-append port:expat port:libusb-compat port:zlib master_sites http://www.linklevel.net/distfiles/ checksums rmd160 86a54f6e6647ed8eaa340641e9240565acf5ca99 \ sha256 c1a2f07d014d69dcce80e2ef8f23fe2fe3154324957b04d488da1b32458fad7b configure.args --with-zlib=system post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING README.contrib README.igc \ README.mapconverter README.xmapwpt ${destroot}${prefix}/share/doc/${name} } livecheck.type regex livecheck.url ${homepage}/download.html livecheck.regex ${name}-(\\d+(\\.\\d+)+)${extract.suffix}