a7d2ae454e
FreeBSD 12.1 reached end-of-life today. Adjust the message for the wine ports while here, since stable/13 has branched. Submitted by: rene Reviewed by: jbeich, mandree, mat, osa Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D28406
33 lines
673 B
Makefile
33 lines
673 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libdrm
|
|
PORTVERSION= 2.4.97
|
|
DISTVERSIONSUFFIX= -2.el7
|
|
CATEGORIES= graphics linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Interface to kernel Direct Rendering Module (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= libpciaccess
|
|
USE_LINUX_RPM= yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${OPSYS} == FreeBSD && \
|
|
(${OSVERSION} >= 1300000 && ${OSVERSION} < 1300048)
|
|
PORTVERSION= 2.4.91
|
|
DISTVERSIONSUFFIX= -3.el7
|
|
|
|
LINUX_DIST_VER= 7.6.1810
|
|
|
|
post-install:
|
|
${MV} ${STAGEDIR}${DOCSDIR}/README ${STAGEDIR}${DOCSDIR}/README.rst
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|