diff options
author | gdt <gdt@pkgsrc.org> | 2011-07-30 19:25:55 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-07-30 19:25:55 +0000 |
commit | 56ec44577281e5d17fa29fab30c55f9a13b61cf3 (patch) | |
tree | f1c992e18dff44c514c9a432a2777bad28711f12 /geography/viking/Makefile | |
parent | f8619c225c13197d07c865d8ff6a86c7ea62aa12 (diff) | |
download | pkgsrc-56ec44577281e5d17fa29fab30c55f9a13b61cf3.tar.gz |
Adapt to modern curl.
Add patch to remove include of withdrawn header (already changed upstream).
Set LICENSE (GPL2).
PKGREVISION++.
Diffstat (limited to 'geography/viking/Makefile')
-rw-r--r-- | geography/viking/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile index ac53470fdf8..4d542a10eed 100644 --- a/geography/viking/Makefile +++ b/geography/viking/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2011/06/24 18:40:43 gdt Exp $ +# $NetBSD: Makefile,v 1.27 2011/07/30 19:25:55 gdt Exp $ # DISTNAME= viking-1.2.1 +PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/} @@ -9,6 +10,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://viking.sourceforge.net/ COMMENT= Viking manages GPS data, supports Open Street Map and geocaching +LICENSE= gnu-gpl-v2 + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes |