mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to Version 2.5.0.8
PR: 19939 Submitted by: maintainer
This commit is contained in:
parent
44b580e30b
commit
7e330c87e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30699
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= linux-bmrt
|
||||
PORTVERSION= 2.5
|
||||
PORTVERSION= 2.5.0.8
|
||||
CATEGORIES= graphics linux
|
||||
MASTER_SITES= http://www.bmrt.org/BMRTdownload/
|
||||
DISTNAME= BMRT2.5g.linux-glibc2
|
||||
DISTNAME= BMRT2.5h.linux-glibc2
|
||||
|
||||
MAINTAINER= rjoseph@mammalia.org
|
||||
|
||||
@ -23,6 +23,10 @@ NO_CDROM= "See the License"
|
||||
# /usr/bin/strip which then brands the binary as a FreeBSD ELF one.
|
||||
STRIP=
|
||||
|
||||
# Linux binary should not be stripped by INSTALL_PROGRAM as it uses
|
||||
# /usr/bin/strip which then brands the binary as a FreeBSD ELF one.
|
||||
STRIP=
|
||||
|
||||
DOC_DIR= ${PREFIX}/share/doc/bmrt
|
||||
FETCH_CMD= /usr/bin/fetch -Ab
|
||||
PROGRAM= composite mkmip mkmosaic rendrib rgl slc slctell
|
||||
@ -44,7 +48,7 @@ do-install:
|
||||
${MKDIR} ${PREFIX}/share/examples/bmrt
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/bmrt
|
||||
${MKDIR} ${PREFIX}/share/bmrt ${PREFIX}/share/bmrt/shaders
|
||||
${INSTALL_DATA} ${WRKSRC}/.rendribrc ${PREFIX}/share/bmrt
|
||||
${INSTALL_DATA} ${WRKSRC}/.rendribrc ${PREFIX}/share/bmrt/rendribrc.sample
|
||||
${INSTALL_DATA} ${WRKSRC}/shaders/* ${PREFIX}/share/bmrt/shaders
|
||||
.for i in ${SCRIPT}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/${i} ${PREFIX}/bin
|
||||
@ -70,8 +74,8 @@ post-install:
|
||||
@${ECHO} " If using csh (or derivative),";
|
||||
@${ECHO} " setenv .:${PREFIX}/share/bmrt/shaders";
|
||||
@${ECHO} "";
|
||||
@${ECHO} " Also, copy ${PREFIX}/share/examples/bmrt/.rendribrc";
|
||||
@${ECHO} " to your home directory, where it may be modified.";
|
||||
@${ECHO} " Also, copy ${PREFIX}/share/examples/bmrt/rendribrc.sample";
|
||||
@${ECHO} " to your home directory as .rendribrc, where it may be modified.";
|
||||
@${ECHO} "";
|
||||
@${ECHO} "************************************************************************";
|
||||
@${ECHO} "";
|
||||
|
@ -1 +1 @@
|
||||
MD5 (BMRT2.5g.linux-glibc2.tar.gz) = 9f14a00db0b191e0ad7ed62494b020f2
|
||||
MD5 (BMRT2.5h.linux-glibc2.tar.gz) = dfbe508d03b352a01949679809cd3e06
|
||||
|
@ -12,7 +12,7 @@ include/slc.h
|
||||
lib/libribout.a
|
||||
lib/libslcargs.a
|
||||
lib/rayserver.so
|
||||
share/bmrt/.rendribrc
|
||||
share/bmrt/rendribrc.sample
|
||||
share/bmrt/shaders/Makefile
|
||||
share/bmrt/shaders/ambientlight.linux.slc
|
||||
share/bmrt/shaders/ambientlight.sl
|
||||
|
Loading…
Reference in New Issue
Block a user