From e3ebbee1d4ecdfe8ab90e4f73f1ced7b104e0db5 Mon Sep 17 00:00:00 2001 From: rhaen Date: Wed, 23 Jan 2008 00:54:18 +0000 Subject: - add new package - ok'ed by joerg pkg-description: cmconvert is used to convert EasyGPS XML file formats (LOC and GPX) to a format that can be installed onto a Palm OS device and imported into CacheMate. Options are also available to list waypoints contained in an XML file, and selectively convert specified waypoints. --- geography/cmconvert/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 geography/cmconvert/Makefile (limited to 'geography/cmconvert/Makefile') diff --git a/geography/cmconvert/Makefile b/geography/cmconvert/Makefile new file mode 100644 index 00000000000..75af6b96cae --- /dev/null +++ b/geography/cmconvert/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2008/01/23 00:54:18 rhaen Exp $ +# + +DISTNAME= cmconvert-1.9.5 +CATEGORIES= geography +MASTER_SITES= http://www.smittyware.com/download/ + +MAINTAINER= rhaen@NetBSD.org +HOMEPAGE= http://www.smittyware.com/download/ +COMMENT= CacheMate import file converter for GPS GPX files + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../textproc/expat/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3