summaryrefslogtreecommitdiff
path: root/geography/gpsutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'geography/gpsutils/Makefile')
-rw-r--r--geography/gpsutils/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/geography/gpsutils/Makefile b/geography/gpsutils/Makefile
new file mode 100644
index 00000000000..09a01604df5
--- /dev/null
+++ b/geography/gpsutils/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/10/04 20:57:47 jschauma Exp $
+#
+
+DISTNAME= gpsutils-0.4.0
+WRKSRC= ${WRKDIR}/gpsutils-0.4.0/src
+CATEGORIES= gis
+MASTER_SITES= http://www.wombat.ie/gps/
+
+MAINTAINER= hdp@cs.nmsu.edu
+HOMEPAGE= http://www.wombat.ie/gps/
+COMMENT= Capture and convert data from a Garmin GPS receiver
+
+USE_BUILDLINK2= yes
+
+do-install:
+.for PROGRAM in capture switchmode gbindiff
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${PREFIX}/bin
+.endfor
+
+.include "../../mk/bsd.pkg.mk"