ports/graphics/linux-rl9-libdrm/Makefile
Dima Panov cc6b95484d
*/*: update Rocky Linux packages to 9.4 release
Sponsored by:	Serenity Cybersecurity, LLC
2024-06-06 11:43:13 +03:00

19 lines
416 B
Makefile

PORTNAME= libdrm
PORTVERSION= 2.4.117
DISTVERSIONSUFFIX= -1.el9
CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Interface to kernel Direct Rendering Module (Rocky Linux ${LINUX_DIST_VER})
WWW= https://dri.freedesktop.org/
USES= linux:rl9
USE_LDCONFIG= yes
USE_LINUX= libpciaccess
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>