diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-15 11:56:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-15 11:56:37 +0800 |
commit | b625a69f72b39af9ccec9cda3738ea1ab4194177 (patch) | |
tree | afd8db52bf4e03ead30e236677f76321c8961ad1 /graphics | |
parent | 29b60a8b866b613cd77c80ab2364e74578570ce1 (diff) | |
download | freebsd-ports-gnome-b625a69f72b39af9ccec9cda3738ea1ab4194177.tar.gz freebsd-ports-gnome-b625a69f72b39af9ccec9cda3738ea1ab4194177.tar.zst freebsd-ports-gnome-b625a69f72b39af9ccec9cda3738ea1ab4194177.zip |
- Add LICENSE_FILE
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vips/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index e0ddaae8ecbe..8aa73d90d3bf 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -10,6 +10,7 @@ MAINTAINER= danilo@FreeBSD.org COMMENT= Free image processing system LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio \ liborc-0.4.so:${PORTSDIR}/devel/orc \ @@ -26,7 +27,7 @@ LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio \ libgirepository-1.0.so:${PORTSDIR}/devel/gobject-introspection RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USES= gettext gmake libtool pathfix pkgconfig shebangfix +USES= cpe gettext gmake libtool pathfix pkgconfig shebangfix SHEBANG_FILES= tools/vips-${PORTVERSION:R} tools/vipsprofile USE_GNOME= glib20 libgsf libxml2 pango GNU_CONFIGURE= yes |