pkgsrc/geography/garmin-utils/Makefile

32 lines
666 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2009/02/21 14:53:43 gdt Exp $
#
DISTNAME= garmin-utils-2.4
PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= ftp://ftp.snafu.org/pub/
MAINTAINER= gson@NetBSD.org
HOMEPAGE= http://www.snafu.org/
COMMENT= Utilities for Garmin GPS receivers
PKG_DESTDIR_SUPPORT= user-destdir
2008-11-12 14:37:36 +01:00
ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-*
INSTALLATION_DIRS= bin lib ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
USE_BSD_MAKEFILE= yes
2009-02-21 15:51:53 +01:00
MAKE_JOBS_SAFE= no
2008-11-12 14:37:36 +01:00
.include "../../mk/bsd.prefs.mk"
CPPFLAGS.Linux= -DLINUX
2008-11-12 14:37:36 +01:00
.if ${OPSYS} == "Linux"
MAKE_FLAGS+= SIO_TYPE=-DSIO_TYPE=Linux GPG_SERIAL_PORT=/dev/gps \
NEEDS_STRLCPY=1
2008-11-12 14:37:36 +01:00
.endif
.include "../../mk/bsd.pkg.mk"