blob: 7314d1859c19f3317c8bec3e2f8b5ee8407814da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= libdrm
PORTVERSION= 2.4.123
DISTVERSIONSUFFIX= -2.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
.include <bsd.port.mk>
|