diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-19 14:50:26 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-19 14:50:26 +0000 |
commit | 1675ff649cded4c85d65feb0f4c5cc87010242eb (patch) | |
tree | 3e3556f1e26a35be0250e7f749680b9fc30e9c6b /graphics/linux-c7-gdk-pixbuf2/Makefile | |
parent | dns/c-ares: update 1.11.0 -> 1.12.0 (diff) |
Add Linux CentOS 7 infrastructure ports.
Mk/Uses/linux.mk changes:
- Add support for architecture neutral (noarch) distfiles.
- Add support for 64-bit only ports: set IGNORE on i386 and don't install
32-bit compat libraries on amd64.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision: https://reviews.freebsd.org/D7886
Notes
Notes:
svn path=/head/; revision=424259
Diffstat (limited to 'graphics/linux-c7-gdk-pixbuf2/Makefile')
-rw-r--r-- | graphics/linux-c7-gdk-pixbuf2/Makefile | 20 |
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> |