aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-02-06 21:12:48 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-02-06 21:12:48 +0800
commit3f2e065f200f50762088f63bb5ad0450a34ea250 (patch)
tree73fe2b9586c46ac29805852ffe3da68da0a8fdcb /graphics
parent9e017c46ac648ef8cc53713f0735137f2f0f9f61 (diff)
downloadfreebsd-ports-gnome-3f2e065f200f50762088f63bb5ad0450a34ea250.tar.gz
freebsd-ports-gnome-3f2e065f200f50762088f63bb5ad0450a34ea250.tar.zst
freebsd-ports-gnome-3f2e065f200f50762088f63bb5ad0450a34ea250.zip
- Provide complete license information
- Fix shebangs Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-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