aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-c6-gdk-pixbuf2/Makefile
blob: a5e4c4526c7a1254240469f4ab14f27c471b5a03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Kris Moore <kmoore@freebsd.org>
# $FreeBSD$

PORTNAME=	gdk-pixbuf2
PORTVERSION=	2.24.1
PORTREVISION=	5
CATEGORIES=	graphics linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	Graphic library for GTK+ (Linux CentOS ${LINUX_DIST_VER})

DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
RPMVERSION=	6.el6_7
USES=		linux:c6
USE_LDCONFIG=	yes
USE_LINUX=	jasper jpeg png tiff xorglibs
USE_LINUX_RPM=	yes

OPTIONS_DEFINE=	DOCS NLS
OPTIONS_SUB=	yes

.include <bsd.port.mk>