89a7952ac8
Reviewed by: emaste, ivy, Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
20 lines
384 B
Makefile
20 lines
384 B
Makefile
PORTNAME= libdrm
|
|
PORTVERSION= 2.4.97
|
|
DISTVERSIONSUFFIX= -2.el7
|
|
CATEGORIES= graphics linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= CentOS Linux Direct Rendering Manager runtime
|
|
WWW= https://dri.freedesktop.org/
|
|
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= libpciaccess
|
|
USE_LINUX_RPM= yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|