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 /converters | |
parent | aa20890c922899d9333b5fef5c67bc338a601c4c (diff) | |
download | ports-b9398223bd3a2236f02f582d13487e2a02e6a035.tar.gz ports-b9398223bd3a2236f02f582d13487e2a02e6a035.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/osm2pgsql/Makefile | 2 | ||||
-rw-r--r-- | converters/uudeview/Makefile | 2 | ||||
-rw-r--r-- | converters/uulib/Makefile | 2 | ||||
-rw-r--r-- | converters/vda2fbd/Makefile | 2 | ||||
-rw-r--r-- | converters/xdeview/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index 0a7a52bf2907..f8695e03977b 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -9,7 +9,7 @@ CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org COMMENT= Convert OSM XML data to PostgreSQL database -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \ diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index 5bab4875cae2..247c1c94473f 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Program for uu/xx/Base64/BinHex/yEnc de-/encoding -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libuu.so:${PORTSDIR}/converters/uulib diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 04455b2d3c74..14a5a8553fef 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -11,7 +11,7 @@ DISTNAME= uudeview-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for uu/xx/Base64/BinHex/yEnc de-/encoding -LICENSE= GPLv2 # (or later) +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes diff --git a/converters/vda2fbd/Makefile b/converters/vda2fbd/Makefile index 460dac5b74e1..07eb16c5e477 100644 --- a/converters/vda2fbd/Makefile +++ b/converters/vda2fbd/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.dhondt.de/ MAINTAINER= ports@FreeBSD.org COMMENT= Add-on converter for CalculiX -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/../LICENSE MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" YACC="${YACC}" diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 181b677b77e2..ef8173a2c3f4 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -11,7 +11,7 @@ DISTNAME= uudeview-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= X11 program for uu/xx/Base64/BinHex/yEnc de-/encoding -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libuu.so:${PORTSDIR}/converters/uulib |