mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
29 lines
716 B
Makefile
29 lines
716 B
Makefile
PORTNAME= gdk-pixbuf2
|
|
PORTVERSION= 2.42.6
|
|
DISTVERSIONSUFFIX= -4.el9_4
|
|
PORTREVISION= 7
|
|
CATEGORIES= graphics linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Graphic library for GTK+ (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://developer.gnome.org/gdk-pixbuf/
|
|
|
|
USES= cpe linux:rl9
|
|
CPE_VENDOR= gnome
|
|
CPE_PRODUCT= gdk-pixbuf
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= gnutls imageformats-libs xorglibs
|
|
USE_LINUX_RPM= yes
|
|
WANT_LINUX32= yes
|
|
|
|
LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \
|
|
${PORTNAME}-modules-${DISTVERSIONFULL}
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|