From 55809fd82c4edb4beba5f0b3bfeee96dfd55538b Mon Sep 17 00:00:00 2001 From: martti Date: Fri, 21 Sep 2007 05:12:08 +0000 Subject: 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. --- geography/gpsbabel/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 geography/gpsbabel/Makefile (limited to 'geography/gpsbabel/Makefile') 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" -- cgit v1.2.3