Lines 2-10
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= openshadinglanguage |
4 |
PORTNAME= openshadinglanguage |
5 |
PORTVERSION= 1.7.5 |
5 |
PORTVERSION= 1.8.10 |
6 |
DISTVERSIONPREFIX= Release- |
6 |
DISTVERSIONPREFIX= Release- |
7 |
PORTREVISION= 2 |
|
|
8 |
CATEGORIES= graphics devel |
7 |
CATEGORIES= graphics devel |
9 |
|
8 |
|
10 |
MAINTAINER= FreeBSD@Shaneware.biz |
9 |
MAINTAINER= FreeBSD@Shaneware.biz |
Lines 12-32
Link Here
|
12 |
|
11 |
|
13 |
LICENSE= BSD3CLAUSE |
12 |
LICENSE= BSD3CLAUSE |
14 |
|
13 |
|
15 |
BUILD_DEPENDS= llvm-config34:devel/llvm34 \ |
14 |
BUILD_DEPENDS= llvm-config40:devel/llvm40 |
16 |
clang34>=3.4_1:lang/clang34 |
|
|
17 |
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ |
15 |
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ |
18 |
libIlmImf.so:graphics/OpenEXR \ |
16 |
libIlmImf.so:graphics/OpenEXR \ |
19 |
libImath.so:graphics/ilmbase \ |
17 |
libImath.so:graphics/ilmbase \ |
20 |
libOpenImageIO.so:graphics/openimageio |
18 |
libOpenImageIO.so:graphics/openimageio |
21 |
RUN_DEPENDS= llvm-config34:devel/llvm34 |
19 |
RUN_DEPENDS= llvm-config40:devel/llvm40 |
22 |
|
20 |
|
23 |
USES= bison cmake:outsource compiler:c++11-lib ncurses |
21 |
USES= bison cmake:outsource compiler:c++11-lang ncurses |
24 |
USE_GITHUB= yes |
22 |
USE_GITHUB= yes |
25 |
GH_ACCOUNT= imageworks |
23 |
GH_ACCOUNT= imageworks |
26 |
GH_PROJECT= OpenShadingLanguage |
24 |
GH_PROJECT= OpenShadingLanguage |
27 |
|
25 |
|
28 |
CMAKE_ARGS= -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config34" \ |
26 |
CMAKE_ARGS= -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config40" \ |
29 |
-DENABLERTTI:BOOL=ON |
27 |
-DENABLERTTI:BOOL=OFF -DUSE_BOOST_WAVE:BOOL=OFF |
30 |
USE_LDCONFIG= yes |
28 |
USE_LDCONFIG= yes |
31 |
|
29 |
|
32 |
post-patch: |
30 |
post-patch: |