a234e43dd7
- Upgrade all linux-c6- to CentOS 6.7 - Cleanups PR: 205846 Submitted by: xmj In Collaboration with: allanjude, netchild, xmj Exp-run: antoine Sponsored by: Perceivon Hosting Inc. Differential Revision: D3428 We'd like to thanks for all the feedback and comments.
21 lines
483 B
Makefile
21 lines
483 B
Makefile
# Created by: Kris Moore <kmoore@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gdk-pixbuf2
|
|
PORTVERSION= 2.24.1
|
|
CATEGORIES= graphics linux
|
|
MASTER_SITES= CENTOS_LINUX_UPDATES
|
|
|
|
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= 6.el6_7
|
|
LINUX_NAME= lib${PORTNAME}
|
|
BRANDELF_DIRS= usr/bin
|
|
USE_LDCONFIG= yes
|
|
DESCR= ${.CURDIR}/../gdk-pixbuf2/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|