summaryrefslogtreecommitdiff
path: root/geography/cmconvert/Makefile
diff options
context:
space:
mode:
authorrhaen <rhaen>2008-01-23 00:54:18 +0000
committerrhaen <rhaen>2008-01-23 00:54:18 +0000
commite3ebbee1d4ecdfe8ab90e4f73f1ced7b104e0db5 (patch)
tree8f96794bc3e5265402c339a4b60a7a3c197a6bee /geography/cmconvert/Makefile
parent286b28c0e36e78c3ec968db84e94e5c2356749be (diff)
downloadpkgsrc-e3ebbee1d4ecdfe8ab90e4f73f1ced7b104e0db5.tar.gz
- 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.
Diffstat (limited to 'geography/cmconvert/Makefile')
-rw-r--r--geography/cmconvert/Makefile18
1 files changed, 18 insertions, 0 deletions
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"