summaryrefslogtreecommitdiff
path: root/geography/cm2gpx/Makefile
diff options
context:
space:
mode:
authorrhaen <rhaen>2008-01-23 00:52:52 +0000
committerrhaen <rhaen>2008-01-23 00:52:52 +0000
commitc32ba4e7faec76b16e9a6a4adbd27428ecda0e54 (patch)
tree073d5a37ef5f59392c3ef0bcb14341c1137c4c1b /geography/cm2gpx/Makefile
parent32e4fabf6c6cd8c01f41e1b947f12667fd33ec19 (diff)
downloadpkgsrc-c32ba4e7faec76b16e9a6a4adbd27428ecda0e54.tar.gz
- added new package cm2gpx
- ok'ed by joerg pkg-description: cm2gpx is used to convert Palms CacheMate backup or import PDB files to equivalent GPX files. Extensions specific to Geocaching.com and CacheMate are automatically used as needed. Filter options are available, to selectively convert waypoints.
Diffstat (limited to 'geography/cm2gpx/Makefile')
-rw-r--r--geography/cm2gpx/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/geography/cm2gpx/Makefile b/geography/cm2gpx/Makefile
new file mode 100644
index 00000000000..330cca5f367
--- /dev/null
+++ b/geography/cm2gpx/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2008/01/23 00:52:52 rhaen Exp $
+#
+
+DISTNAME= cm2gpx-1.0.4
+CATEGORIES= geography
+MASTER_SITES= http://www.smittyware.com/download/
+
+MAINTAINER= rhaen@NetBSD.org
+HOMEPAGE= http://www.smittyware.com/download/
+COMMENT= CacheMate PDB-to-GPX file converter
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../mk/bsd.pkg.mk"