freebsd-ports/graphics/linux-c7-gdk-pixbuf2/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

23 lines
528 B
Makefile

PORTNAME= gdk-pixbuf2
PORTVERSION= 2.36.12
DISTVERSIONSUFFIX= -3.el7
CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Graphic library for GTK (Linux CentOS ${LINUX_DIST_VER})
WWW= https://developer.gnome.org/gdk-pixbuf/
USES= cpe linux:c7
CPE_VENDOR= gnome
CPE_PRODUCT= gdk-pixbuf
USE_LDCONFIG= yes
USE_LINUX= jasper jpeg png tiff xorglibs
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>