mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
82dfb2f204
Sponsored by: Serenity Cybersecurity, LLC Co-authored-by: awoonya <mzhyneva@gmail.com>
18 lines
368 B
Makefile
18 lines
368 B
Makefile
PORTNAME= pixman
|
|
PORTVERSION= 0.40.0
|
|
DISTVERSIONSUFFIX= -6.el9_3
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Low-level pixel manipulation library (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= http://pixman.org
|
|
|
|
USES= cpe linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|