aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/linux-c7-glx-utils/Makefile
blob: 93132c8366f916fd71efc132c85119fc581bd46d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$

PORTNAME=   glx-utils
PORTVERSION=    8.2.0
CATEGORIES= graphics linux

MAINTAINER= emulation@FreeBSD.org
COMMENT=    RPM of the GLX utils (Linux CentOS ${LINUX_DIST_VER})

CONFLICTS=  linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]*

RPMVERSION= 2.el7
USES=       linux:c7
USE_LDCONFIG=   yes
USE_LINUX_RPM=  nolib

OPTIONS_DEFINE= NVIDIA_GL
NVIDIA_GL_RUN_DEPENDS=  ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver
NVIDIA_GL_USE=      LINUX=libglu
NVIDIA_GL_USE_OFF=  LINUX=dri

SRC_DISTFILES=  mesa-10.6.5-3.20150824.el7${SRC_SUFX}:SOURCE

.include <bsd.port.mk>