455193b742
- Rename gdk-pixbuf to linux-c6-gdk-pixbuf2 to properly distinguish between linux- gdk-pixbuf 1 and 2. - Change consumers dependencies to match. PR: 195120, 195121 Differential Revision: https://reviews.freebsd.org/D1192 Submitted by: Jan Beich <jbeich@vfemail.net> Reviewed by: rene (emulation) Approved by: swills (mentor) Approved by: portmgr (swills)
20 lines
446 B
Makefile
20 lines
446 B
Makefile
# Created by: Kris Moore <kmoore@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gdk-pixbuf2
|
|
PORTVERSION= 2.24.1
|
|
CATEGORIES= graphics linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= RPM of the gdk-pixbuf lib (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX= c6
|
|
USE_LINUX_RPM= yes
|
|
RPMVERSION= 5.el6
|
|
LINUX_NAME= lib${PORTNAME}
|
|
BRANDELF_DIRS= usr/bin
|
|
USE_LDCONFIG= yes
|
|
DESCR= ${.CURDIR}/../gdk-pixbuf2/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|