summaryrefslogtreecommitdiff
path: root/geography/gpsbabel/Makefile
diff options
context:
space:
mode:
authormartti <martti>2007-09-21 05:12:08 +0000
committermartti <martti>2007-09-21 05:12:08 +0000
commit55809fd82c4edb4beba5f0b3bfeee96dfd55538b (patch)
tree1d2c31323b5ce33ac02154455dacd6e2c8cba4c0 /geography/gpsbabel/Makefile
parentc12cc162608673a60e212e1658d95f04c1896897 (diff)
downloadpkgsrc-55809fd82c4edb4beba5f0b3bfeee96dfd55538b.tar.gz
GPSBabel converts 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 or USB upload or download to a GPS receiver such as those from Garmin and Magellan. Imported from wip.
Diffstat (limited to 'geography/gpsbabel/Makefile')
-rw-r--r--geography/gpsbabel/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/geography/gpsbabel/Makefile b/geography/gpsbabel/Makefile
new file mode 100644
index 00000000000..4f3d2102c05
--- /dev/null
+++ b/geography/gpsbabel/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+#
+
+DISTNAME= gpsbabel-1.3.4
+CATEGORIES= geography
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpsbabel/}
+
+MAINTAINER= martti@NetBSD.org
+HOMEPAGE= http://www.gpsbabel.org/
+COMMENT= Utility to convert and fetch GPS related data
+
+GNU_CONFIGURE= yes
+
+.include "../../devel/libusb/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"