blob: b10695199965e7f4fe74904ec077e6cdb10b2a65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PORTNAME= gtk2
PORTVERSION= 2.24.31
DISTVERSIONSUFFIX= -1.el7
CATEGORIES= x11-toolkits linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= GTK library, version 2.X (Linux CentOS ${LINUX_DIST_VER})
WWW= https://www.gtk.org/
USES= cpe linux:c7
CPE_VENDOR= gnome
CPE_PRODUCT= gtk
USE_LDCONFIG= yes
USE_LINUX= atk gdkpixbuf2 pango xorglibs
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${DISTNAME} \
${PORTNAME}-immodules-${DISTVERSIONFULL}
CONFLICTS= linux-c6-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>
|