freebsd-ports/graphics/linux-c7-glx-utils/Makefile
2021-04-06 16:31:07 +02:00

21 lines
459 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
PORTNAME= glx-utils
PORTVERSION= 8.3.0
DISTVERSIONSUFFIX= -10.el7
PORTREVISION= 1
CATEGORIES= graphics linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Mesa GLX utilities (Linux CentOS ${LINUX_DIST_VER})
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= dri xorglibs
USE_LINUX_RPM= yes
SRC_DISTFILES= mesa-demos-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
.include <bsd.port.mk>