aboutsummaryrefslogtreecommitdiff
path: root/graphics/lensfun
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-06 13:12:48 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-06 13:12:48 +0000
commit4cf9006cd680c39621fd4258f9c402227e6aceab (patch)
tree73fe2b9586c46ac29805852ffe3da68da0a8fdcb /graphics/lensfun
parent35cca48cbe9a08cdccbd60a3730c2eab8dab06a5 (diff)
downloadports-4cf9006cd680c39621fd4258f9c402227e6aceab.tar.gz
ports-4cf9006cd680c39621fd4258f9c402227e6aceab.zip
- Provide complete license information
- Fix shebangs Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=461042
Diffstat (limited to 'graphics/lensfun')
-rw-r--r--graphics/lensfun/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile
index 207403b64771..99cc5646473a 100644
--- a/graphics/lensfun/Makefile
+++ b/graphics/lensfun/Makefile
@@ -3,18 +3,23 @@
PORTNAME= lensfun
PORTVERSION= 0.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Library for fixing lens geometry distortions
-LICENSE= LGPL3
+LICENSE= GPLv3 LGPL3 CC-BY-SA-3.0 PD
+LICENSE_COMB= multi
+LICENSE_FILE_GPLv3= ${WRKSRC}/docs/gpl-3.0.txt
+LICENSE_FILE_LGPL3= ${WRKSRC}/docs/lgpl-3.0.txt
+LICENSE_FILE_CC-BY-SA-3.0= ${WRKSRC}/docs/cc-by-sa-3.0.txt
LIB_DEPENDS= libpng.so:graphics/png
-USES= cmake gettext-runtime pathfix pkgconfig
+USES= cmake gettext-runtime pathfix pkgconfig shebangfix
+SHEBANG_FILES= apps/lensfun-update-data apps/lensfun-add-adapter
USE_GNOME= glib20
USE_LDCONFIG= yes
CMAKE_ARGS= -DBUILD_AUXFUN:BOOL=ON