diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | d8368bbc25c90072a19b5e48f0fba26251b6877f (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /geography | |
parent | f1b924fda77b6920565e56f54c9391b4dc68f8ca (diff) | |
download | pkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gpsbabel/Makefile | 4 | ||||
-rw-r--r-- | geography/gpsdrive/Makefile | 4 | ||||
-rw-r--r-- | geography/gpspoint/Makefile | 4 | ||||
-rw-r--r-- | geography/p5-Geo-Distance/Makefile | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/geography/gpsbabel/Makefile b/geography/gpsbabel/Makefile index b743f9907e9..315e7b554b4 100644 --- a/geography/gpsbabel/Makefile +++ b/geography/gpsbabel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/10/30 19:31:39 martti Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:21 joerg Exp $ # DISTNAME= gpsbabel-1.3.4 @@ -10,6 +10,8 @@ HOMEPAGE= http://www.gpsbabel.org/ COMMENT= Utility to convert and fetch GPS related data #LICENSE= gnu-gpl-v2 +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes .include "../../devel/libusb/buildlink3.mk" diff --git a/geography/gpsdrive/Makefile b/geography/gpsdrive/Makefile index f7571f7c7c2..b4457be269b 100644 --- a/geography/gpsdrive/Makefile +++ b/geography/gpsdrive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/09/06 10:06:13 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/20 01:09:21 joerg Exp $ DISTNAME= gpsdrive-1.31 PKGREVISION= 11 @@ -9,6 +9,8 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://gpsdrive.kraftvoll.at/ COMMENT= GPS Navigation system +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= gpsd>=1.07:../../geography/gpsd DEPENDS+= wget>=1:../../net/wget diff --git a/geography/gpspoint/Makefile b/geography/gpspoint/Makefile index 81a4b9e5f6f..b489f52202a 100644 --- a/geography/gpspoint/Makefile +++ b/geography/gpspoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/12/09 19:29:19 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:21 joerg Exp $ DISTNAME= gpspoint-2.030521 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= hdp@cs.nmsu.edu #HOMEPAGE= http://gpspoint.dnsalias.net/gpspoint2/ COMMENT= Program to download and upload waypoints to and from your GPS device +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= dialog>=0.6:../../misc/dialog USE_PKGLOCALEDIR= yes diff --git a/geography/p5-Geo-Distance/Makefile b/geography/p5-Geo-Distance/Makefile index f13fe7bf063..807f6383cfb 100644 --- a/geography/p5-Geo-Distance/Makefile +++ b/geography/p5-Geo-Distance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/07 13:21:51 he Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:21 joerg Exp $ # DISTNAME= Geo-Distance-0.11 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~bluefeet/Geo-Distance-0.11/Distance.pm COMMENT= Calculate Distances and Closest Locations +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Geo/Distance/.packlist .include "../../lang/perl5/module.mk" |