diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 16:20:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 16:20:31 +0000 |
commit | b9398223bd3a2236f02f582d13487e2a02e6a035 (patch) | |
tree | 2cea991d70e02cc86565656d596600b0fc2b5790 /astro | |
parent | aa20890c922899d9333b5fef5c67bc338a601c4c (diff) | |
download | ports-b9398223bd3a2236f02f582d13487e2a02e6a035.tar.gz ports-b9398223bd3a2236f02f582d13487e2a02e6a035.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpscorrelate/Makefile | 2 | ||||
-rw-r--r-- | astro/gpsdrive/Makefile | 2 | ||||
-rw-r--r-- | astro/josm/Makefile | 2 | ||||
-rw-r--r-- | astro/libosmpbf/Makefile | 2 | ||||
-rw-r--r-- | astro/planets/Makefile | 2 | ||||
-rw-r--r-- | astro/rmap/Makefile | 2 | ||||
-rw-r--r-- | astro/roadmap/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/astro/gpscorrelate/Makefile b/astro/gpscorrelate/Makefile index 8b90b5d9affe..e66467010832 100644 --- a/astro/gpscorrelate/Makefile +++ b/astro/gpscorrelate/Makefile @@ -9,7 +9,7 @@ CATEGORIES= astro geography MAINTAINER= ports@FreeBSD.org COMMENT= Correlate digital camera photos with GPS data in GPX format -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2 \ diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index b4ac29bf4507..b778a0f3b880 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.gpsdrive.de/packages/ \ MAINTAINER= ports@FreeBSD.org COMMENT= GPS navigation system -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre diff --git a/astro/josm/Makefile b/astro/josm/Makefile index 5423ba1ab7a1..afbc4a39d2ca 100644 --- a/astro/josm/Makefile +++ b/astro/josm/Makefile @@ -13,7 +13,7 @@ EXTRACT_ONLY= # empty MAINTAINER= amdmi3@FreeBSD.org COMMENT= Comprehensive editor for OpenStreetMap.org database -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ NO_WRKSUBDIR= yes diff --git a/astro/libosmpbf/Makefile b/astro/libosmpbf/Makefile index 5b2748ea4d92..bf0956f4b821 100644 --- a/astro/libosmpbf/Makefile +++ b/astro/libosmpbf/Makefile @@ -9,7 +9,7 @@ CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library for handling binary OpenStreetMap data -LICENSE= LGPL3 # or later +LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.osmpbf LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf diff --git a/astro/planets/Makefile b/astro/planets/Makefile index d4d7019b3d8d..9e16a8e335d3 100644 --- a/astro/planets/Makefile +++ b/astro/planets/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= GENTOO \ MAINTAINER= ports@FreeBSD.org COMMENT= Orbital simulator -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:tgz diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile index 7f769165c63a..08146e4fe1a4 100644 --- a/astro/rmap/Makefile +++ b/astro/rmap/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://rmap.sourceforge.net/ MAINTAINER= ports@FreeBSD.org COMMENT= Generates images of the Earth centered at a particular location -LICENSE= GPLv2 # (or later) +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd diff --git a/astro/roadmap/Makefile b/astro/roadmap/Makefile index ead39ae5aabd..146f19ed787e 100644 --- a/astro/roadmap/Makefile +++ b/astro/roadmap/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Vector-based GPS moving map -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 |