pkgsrc/geography/gpspoint/Makefile

27 lines
660 B
Makefile
Raw Normal View History

2008-06-20 03:09:05 +02:00
# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:21 joerg Exp $
DISTNAME= gpspoint-2.030521
PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= #http://gpspoint.dnsalias.net/gpspoint2/download/
MAINTAINER= hdp@cs.nmsu.edu
#HOMEPAGE= http://gpspoint.dnsalias.net/gpspoint2/
COMMENT= Program to download and upload waypoints to and from your GPS device
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= dialog>=0.6:../../misc/dialog
USE_PKGLOCALEDIR= yes
2006-05-12 08:45:01 +02:00
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
REPLACE_INTERPRETER+= bash
REPLACE.bash.old= /bin/bash
REPLACE.bash.new= ${SH}
REPLACE_FILES.bash= src/mgpspoint
.include "../../mk/bsd.pkg.mk"