037b57d5dd
their files via a custom do-install target.
22 lines
521 B
Makefile
22 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.9 2008/03/04 14:44:05 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gpsutils-0.4.0
|
|
CATEGORIES= geography
|
|
MASTER_SITES= http://wombat.ie/gps/
|
|
|
|
MAINTAINER= hdp@cs.nmsu.edu
|
|
HOMEPAGE= http://wombat.ie/gps/
|
|
COMMENT= Capture and convert data from a Garmin GPS receiver
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/gpsutils-0.4.0/src
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
.for f in capture switchmode gbindiff
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${f:Q} ${DESTDIR}${PREFIX}/bin
|
|
.endfor
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|