diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-07-26 06:11:13 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-07-26 06:11:13 +0800 |
commit | a93dc398091d523947ffdbdda0204c859696d135 (patch) | |
tree | b617a550d5871a24768fb11d1093c3e6d94383eb | |
parent | 02cbc386509569cbaabd5bb1a724d96e6427e775 (diff) | |
download | freebsd-ports-gnome-a93dc398091d523947ffdbdda0204c859696d135.tar.gz freebsd-ports-gnome-a93dc398091d523947ffdbdda0204c859696d135.tar.zst freebsd-ports-gnome-a93dc398091d523947ffdbdda0204c859696d135.zip |
graphics/gegl3: apply r386216 + previous commit
- Bundled poly2tri-c is under BSD3CLAUSE
- Only V4L still uses LGPL20+ code
- More (but not all) operations/common/*.c are under GPLv3
While here define CPE information.
Approved by: portmgr blanket
-rw-r--r-- | graphics/gegl3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/gegl3/Makefile b/graphics/gegl3/Makefile index a0cca14533df..5f959694e16d 100644 --- a/graphics/gegl3/Makefile +++ b/graphics/gegl3/Makefile @@ -12,10 +12,15 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.a1//} MAINTAINER= gnome@FreeBSD.org COMMENT= Graph based image processing framework +LICENSE= BSD3CLAUSE GPLv3+ LGPL3+ +LICENSE_COMB= multi +LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING +LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSER + LIB_DEPENDS= libbabl-0.1.so:x11/babl \ libjson-glib-1.0.so:devel/json-glib -USES= gettext gmake libtool pathfix pkgconfig shebangfix tar:bzip2 +USES= cpe gettext gmake libtool pathfix pkgconfig shebangfix tar:bzip2 USE_GNOME= glib20 intltool introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -99,6 +104,7 @@ SPIRO_CONFIGURE_WITH= libspiro V4L_BUILD_DEPENDS= v4l_compat>=0:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l V4L_CONFIGURE_WITH= libv4l +V4L_VARS= LICENSE+=LGPL20+ WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WEBP_CONFIGURE_WITH= webp |