freebsd-ports/graphics/linux-c6-gdk-pixbuf2/Makefile
Martin Wilke a234e43dd7 Welcome Centos 6.7
- 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.
2016-01-30 18:30:40 +00:00

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>