1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/x11-toolkits/linux-c7-gtk2/Makefile
Po-Chuan Hsieh 7a4777dc53
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
2023-08-26 21:03:32 +00:00

27 lines
574 B
Makefile

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>