svn commit: r386216 - head/graphics/gegl

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 13 14:24:52 UTC 2015


Author: amdmi3
Date: Wed May 13 14:24:51 2015
New Revision: 386216
URL: https://svnweb.freebsd.org/changeset/ports/386216

Log:
  - Add CPE info
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/gegl/Makefile

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Wed May 13 14:24:40 2015	(r386215)
+++ head/graphics/gegl/Makefile	Wed May 13 14:24:51 2015	(r386216)
@@ -10,6 +10,9 @@ MASTER_SITES=	GIMP
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Graph based image processing framework
 
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
+
 LIB_DEPENDS=	libbabl-0.1.so:${PORTSDIR}/x11/babl
 
 OPTIONS_DEFINE=	CAIRO ENSCRIPT EXIV2 FFMPEG PIXBUF GRAPHVIZ JASPER JPEG \
@@ -22,7 +25,7 @@ ENSCRIPT_DESC=	Enscript support
 SPIRO_DESC=	Spiro support
 #UMFPACK_DESC=	UMFpack support
 
-USES=		gettext gmake libtool pathfix pkgconfig shebangfix tar:bzip2
+USES=		cpe gettext gmake libtool pathfix pkgconfig shebangfix tar:bzip2
 USE_GNOME=	glib20 intltool
 USE_LDCONFIG=	${PREFIX}/lib/gegl-0.2
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list