Lines 2-15
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-config33:${PORTSDIR}/devel/llvm33 \ |
15 |
clang33>=3.3_3:${PORTSDIR}/lang/clang33 |
14 |
clang33>=3.3_3:${PORTSDIR}/lang/clang33 |
Lines 22-28
Link Here
|
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-config33" |
28 |
USE_LDCONFIG= yes |
27 |
USE_LDCONFIG= yes |