aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-c7-gdk-pixbuf2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/linux-c7-gdk-pixbuf2/Makefile')
-rw-r--r--graphics/linux-c7-gdk-pixbuf2/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/linux-c7-gdk-pixbuf2/Makefile b/graphics/linux-c7-gdk-pixbuf2/Makefile
new file mode 100644
index 000000000000..b0152eeb61a4
--- /dev/null
+++ b/graphics/linux-c7-gdk-pixbuf2/Makefile
@@ -0,0 +1,20 @@
+# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
+# $FreeBSD$
+
+PORTNAME= gdk-pixbuf2
+PORTVERSION= 2.31.6
+CATEGORIES= graphics linux
+
+MAINTAINER= emulation@FreeBSD.org
+COMMENT= RPM of the gdk-pixbuf lib (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]*
+
+RPMVERSION= 3.el7
+USES= linux:c7
+USE_LDCONFIG= yes
+USE_LINUX= jasper jpeg png tiff xorglibs
+USE_LINUX_RPM= yes
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>