summaryrefslogtreecommitdiff
path: root/geography/garmin-utils/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2009-02-22 20:57:25 +0000
committergdt <gdt@pkgsrc.org>2009-02-22 20:57:25 +0000
commitdf6c54362f4d6f9cebbed9de8768528b9086d64b (patch)
tree58a4125aba17b6edba322625740b1d0b466c3a95 /geography/garmin-utils/Makefile
parentccc76b03faf9c61349665789c95f8187dd0f0d33 (diff)
downloadpkgsrc-df6c54362f4d6f9cebbed9de8768528b9086d64b.tar.gz
Update to 2.5. Adds ability to read screenshot from a few receivers.
Diffstat (limited to 'geography/garmin-utils/Makefile')
-rw-r--r--geography/garmin-utils/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/geography/garmin-utils/Makefile b/geography/garmin-utils/Makefile
index 1a70c761f27..a6e0a44a8d3 100644
--- a/geography/garmin-utils/Makefile
+++ b/geography/garmin-utils/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2009/02/21 14:53:43 gdt Exp $
+# $NetBSD: Makefile,v 1.11 2009/02/22 20:57:25 gdt Exp $
#
-DISTNAME= garmin-utils-2.4
-PKGREVISION= 1
+DISTNAME= garmin-utils-2.5
CATEGORIES= geography
MASTER_SITES= ftp://ftp.snafu.org/pub/
@@ -17,6 +16,11 @@ ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-*
INSTALLATION_DIRS= bin lib ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
USE_BSD_MAKEFILE= yes
+
+# No actual serial port will be right for any significant number of users,
+# so make everyone use a symlink.
+MAKE_FLAGS+= GPS_SERIAL_PORT=/dev/gps
+
MAKE_JOBS_SAFE= no
.include "../../mk/bsd.prefs.mk"
@@ -24,7 +28,7 @@ MAKE_JOBS_SAFE= no
CPPFLAGS.Linux= -DLINUX
.if ${OPSYS} == "Linux"
-MAKE_FLAGS+= SIO_TYPE=-DSIO_TYPE=Linux GPG_SERIAL_PORT=/dev/gps \
+MAKE_FLAGS+= SIO_TYPE=-DSIO_TYPE=Linux \
NEEDS_STRLCPY=1
.endif