Lines 2-30
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= openshadinglanguage |
4 |
PORTNAME= openshadinglanguage |
5 |
PORTVERSION= 1.4.2 |
5 |
PORTVERSION= 1.5.11 |
6 |
PORTREVISION= 2 |
|
|
7 |
CATEGORIES= graphics devel |
6 |
CATEGORIES= graphics devel |
8 |
|
7 |
|
9 |
MAINTAINER= FreeBSD@Shaneware.biz |
8 |
MAINTAINER= FreeBSD@Shaneware.biz |
10 |
COMMENT= Advanced shading language for production GI renderers |
9 |
COMMENT= Advanced shading language for production GI renderers |
11 |
|
10 |
|
12 |
LICENSE= BSD |
11 |
LICENSE= BSD3CLAUSE |
13 |
|
12 |
|
14 |
BUILD_DEPENDS= llvm-config33:${PORTSDIR}/devel/llvm33 \ |
13 |
BUILD_DEPENDS= llvm-config34:${PORTSDIR}/devel/llvm34 \ |
15 |
clang33>=3.3_3:${PORTSDIR}/lang/clang33 |
14 |
clang34:${PORTSDIR}/lang/clang34 |
16 |
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ |
15 |
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ |
17 |
libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ |
16 |
libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ |
18 |
libOpenImageIO.so:${PORTSDIR}/graphics/openimageio |
17 |
libOpenImageIO.so:${PORTSDIR}/graphics/openimageio |
19 |
RUN_DEPENDS= llvm-config33:${PORTSDIR}/devel/llvm33 |
18 |
RUN_DEPENDS= llvm-config34:${PORTSDIR}/devel/llvm34 |
20 |
|
19 |
|
21 |
USE_GITHUB= yes |
20 |
USE_GITHUB= yes |
22 |
GH_ACCOUNT= imageworks |
21 |
GH_ACCOUNT= imageworks |
23 |
GH_PROJECT= OpenShadingLanguage |
22 |
GH_PROJECT= OpenShadingLanguage |
24 |
GH_TAGNAME= Release-${PORTVERSION} |
23 |
GH_TAGNAME= Release-${PORTVERSION} |
25 |
GH_COMMIT= 2c3574d |
24 |
GH_COMMIT= 9c3ba5b |
26 |
|
25 |
|
27 |
CMAKE_ARGS= -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config33" |
26 |
CMAKE_ARGS= -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config34" |
28 |
USE_LDCONFIG= yes |
27 |
USE_LDCONFIG= yes |
29 |
USES= bison cmake:outsource |
28 |
USES= bison cmake:outsource |
30 |
|
29 |
|