blob: 49e9de38ba1cc32f602d456eaa490cbe13b019f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.1.1.1 2003/10/04 20:51:16 jschauma Exp $
DISTNAME= gpspoint-2.030521
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
DEPENDS+= dialog>=0.6:../../misc/dialog
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
|