Merge from vendor branch TNF:
[pkgsrcv2.git] / geography / gpspoint / Makefile
1 # $NetBSD: Makefile,v 1.10 2007/12/09 19:29:19 wiz Exp $
2
3 DISTNAME=               gpspoint-2.030521
4 PKGREVISION=            1
5 CATEGORIES=             geography
6 MASTER_SITES=           #http://gpspoint.dnsalias.net/gpspoint2/download/
7
8 MAINTAINER=             hdp@cs.nmsu.edu
9 #HOMEPAGE=              http://gpspoint.dnsalias.net/gpspoint2/
10 COMMENT=                Program to download and upload waypoints to and from your GPS device
11
12 PKG_DESTDIR_SUPPORT=    user-destdir
13
14 DEPENDS+=               dialog>=0.6:../../misc/dialog
15
16 USE_PKGLOCALEDIR=       yes
17 USE_LANGUAGES=          c c++
18 USE_LIBTOOL=            yes
19 GNU_CONFIGURE=          yes
20
21 REPLACE_INTERPRETER+=   bash
22 REPLACE.bash.old=       /bin/bash
23 REPLACE.bash.new=       ${SH}
24 REPLACE_FILES.bash=     src/mgpspoint
25
26 .include "../../mk/bsd.pkg.mk"