25 lines
567 B
Makefile
25 lines
567 B
Makefile
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtk2
|
|
PORTVERSION= 2.24.31
|
|
CATEGORIES= x11-toolkits linux
|
|
LIB_DISTNAMES= ${DISTNAME} \
|
|
${PORTNAME}-immodules-${DISTVERSIONFULL}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= GTK+ library, version 2.X (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr
|
|
RPMVERSION= 1.el7
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= atk gdkpixbuf2 pango xorglibs
|
|
USE_LINUX_RPM= yes
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|