mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Sponsored by: Serenity Cybersecurity, LLC Co-authored-by: Dima Panov <fluffy@FreeBSD.org>
21 lines
486 B
Makefile
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>
|