1PORTNAME= libdrm 2PORTVERSION= 2.4.97 3DISTVERSIONSUFFIX= -2.el7 4CATEGORIES= graphics linux 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Interface to kernel Direct Rendering Module (Linux CentOS ${LINUX_DIST_VER}) 8WWW= https://dri.freedesktop.org/ 9 10LICENSE= mit 11 12SKIP_FAKE_ALL= yes 13 14USES= linux:c7 15USE_LDCONFIG= yes 16USE_LINUX= libpciaccess 17USE_LINUX_RPM= yes 18 19DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr 20 21OPTIONS_DEFINE= DOCS 22 23.include <bsd.port.mk> 24