ports/graphics/linux-rl9-cairo/Makefile
Gleb Popov 5aa75e1ca0 Linuxulator ports: Introduce Rocky Linux 9.
Sponsored by:	Serenity Cybersecurity, LLC
Co-authored-by:	Dima Panov <fluffy@FreeBSD.org>
2024-05-12 13:01:16 +03:00

21 lines
486 B
Makefile

PORTNAME= cairo
PORTVERSION= 1.17.4
DISTVERSIONSUFFIX= -7.el9
CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Vector graphics library Cairo (Rocky Linux ${LINUX_DIST_VER})
WWW= https://www.cairographics.org/
USES= cpe linux:rl9
USE_LDCONFIG= yes
USE_LINUX= dri fontconfig pixman png xorglibs
USE_LINUX_RPM= yes
CPE_VENDOR= cairographics
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>