1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Respect WITH_NVIDIA_GL.

- Use PKGNAMEPREFIX instead of adding the prefix to the PORTNAME.

Submitted by:	Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
Approved by:	maintainer timeout (a week and a half)
This commit is contained in:
Alexander Leidinger 2005-07-23 10:17:44 +00:00
parent 78bab6762a
commit d6804b96b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139961

View File

@ -5,17 +5,22 @@
# $FreeBSD$
#
PORTNAME= linux-bmrt
PORTNAME= bmrt
PORTVERSION= 2.6beta
PORTREVISION= 2
CATEGORIES= graphics linux
MASTER_SITES= #fetch manually
PKGNAMEPREFIX= linux-
DISTNAME= BMRT${PORTVERSION}.linux-glibc2
MAINTAINER= rjoseph@mammalia.org
COMMENT= A collection of rendering programs that use the RenderMan interface
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/graphics/linux_mesa3
.ifdef WITH_NVIDIA_GL
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
.else
RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri
.endif
WRKSRC= ${WRKDIR}/BMRT2.6
NO_BUILD= yes