2c5b085e98
- 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.
18 lines
448 B
Makefile
18 lines
448 B
Makefile
# $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"
|