summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-01-02 22:54:26 +0000
committerrillig <rillig@pkgsrc.org>2018-01-02 22:54:26 +0000
commit0091fea2ca689673fb003b81d752431566073c9b (patch)
tree1e06b017512d61627d41a285dbd38c5e4093669d /geography
parentb30306c0804761d09cacbc4177e020cd359ef9f3 (diff)
downloadpkgsrc-0091fea2ca689673fb003b81d752431566073c9b.tar.gz
Added missing LICENSE variable.
Diffstat (limited to 'geography')
-rw-r--r--geography/geoclue/Makefile4
-rw-r--r--geography/gpsdrive/Makefile3
-rw-r--r--geography/gpspoint/Makefile3
3 files changed, 6 insertions, 4 deletions
diff --git a/geography/geoclue/Makefile b/geography/geoclue/Makefile
index b93d193feaf..2069da0179a 100644
--- a/geography/geoclue/Makefile
+++ b/geography/geoclue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/05/05 00:47:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2018/01/02 23:33:44 rillig Exp $
#
DISTNAME= geoclue-0.12.0
@@ -9,7 +9,7 @@ MASTER_SITES= http://folks.o-hand.com/jku/geoclue-releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freedesktop.org/wiki/Software/GeoClue
COMMENT= Geoinformation service API and base providers
-#LICENSE= # TODO: (see mk/license.mk)
+LICENSE= gnu-lgpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/geography/gpsdrive/Makefile b/geography/gpsdrive/Makefile
index fc54aca3915..41c3e73d3a0 100644
--- a/geography/gpsdrive/Makefile
+++ b/geography/gpsdrive/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2016/08/03 10:22:48 adam Exp $
+# $NetBSD: Makefile,v 1.33 2018/01/02 23:35:02 rillig Exp $
DISTNAME= gpsdrive-1.31
PKGREVISION= 25
@@ -8,6 +8,7 @@ MASTER_SITES= http://gpsdrive.kraftvoll.at/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gpsdrive.de/index.shtml
COMMENT= GPS Navigation system
+LICENSE= gnu-gpl-v2
DEPENDS+= gpsd>=1.07:../../geography/gpsd
DEPENDS+= wget>=1:../../net/wget
diff --git a/geography/gpspoint/Makefile b/geography/gpspoint/Makefile
index 29398e0aa84..72e23c94b28 100644
--- a/geography/gpspoint/Makefile
+++ b/geography/gpspoint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/10/04 09:19:18 asau Exp $
+# $NetBSD: Makefile,v 1.13 2018/01/02 23:41:42 rillig Exp $
DISTNAME= gpspoint-2.030521
PKGREVISION= 1
@@ -8,6 +8,7 @@ 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
+LICENSE= gnu-gpl-v2
DEPENDS+= dialog>=0.6:../../misc/dialog