23 lines
458 B
Makefile
23 lines
458 B
Makefile
PORTNAME= libdrm
|
|
PORTVERSION= 2.4.128
|
|
DISTVERSIONSUFFIX= -1.el9
|
|
CATEGORIES= graphics linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Rocky Linux Direct Rendering Manager runtime
|
|
WWW= https://dri.freedesktop.org/
|
|
|
|
USES= linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= libpciaccess
|
|
USE_LINUX_RPM= yes
|
|
WANT_LINUX32= yes
|
|
|
|
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PLIST_SUB= LIBVERSION=${PORTVERSION:E}.0
|
|
|
|
.include <bsd.port.mk>
|