freebsd-ports/graphics/linux-c7-gdk-pixbuf2/Makefile
Stefan Eßer 60764ff075 Add missing WWW entries
These ports reference the pkg-descr file of some other port and used
to get the WWW entry from that other port's file.

Reported by:	dan@langille.org (Dan Langille)
2022-09-12 17:29:04 +02:00

24 lines
529 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>