svn commit: r386214 - head/graphics/gdk-pixbuf2
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed May 13 13:38:01 UTC 2015
Author: amdmi3
Date: Wed May 13 13:38:00 2015
New Revision: 386214
URL: https://svnweb.freebsd.org/changeset/ports/386214
Log:
- Add CPE info
- Add LICENSE
Modified:
head/graphics/gdk-pixbuf2/Makefile
Modified: head/graphics/gdk-pixbuf2/Makefile
==============================================================================
--- head/graphics/gdk-pixbuf2/Makefile Wed May 13 13:04:24 2015 (r386213)
+++ head/graphics/gdk-pixbuf2/Makefile Wed May 13 13:38:00 2015 (r386214)
@@ -13,8 +13,12 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome at FreeBSD.org
COMMENT= Graphic library for GTK+
+LICENSE= LGPL20 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_XORG= xt xi x11
-USES= gmake libtool pathfix pkgconfig tar:xz
+USES= cpe gmake libtool pathfix pkgconfig tar:xz
+CPE_VENDOR= gnome
USE_GNOME+= glib20 introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
More information about the svn-ports-all
mailing list