|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= openshadinglanguage |
4 |
PORTNAME= openshadinglanguage |
| 5 |
PORTVERSION= 1.6.6 |
5 |
PORTVERSION= 1.6.9 |
| 6 |
DISTVERSIONPREFIX= Release- |
6 |
DISTVERSIONPREFIX= Release- |
| 7 |
CATEGORIES= graphics devel |
7 |
CATEGORIES= graphics devel |
| 8 |
|
8 |
|
|
Lines 25-31
Link Here
|
| 25 |
CMAKE_ARGS= -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config34" \ |
25 |
CMAKE_ARGS= -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config34" \ |
| 26 |
-DENABLERTTI:BOOL=ON |
26 |
-DENABLERTTI:BOOL=ON |
| 27 |
USE_LDCONFIG= yes |
27 |
USE_LDCONFIG= yes |
| 28 |
USES= bison cmake:outsource |
28 |
USES= bison cmake:outsource compiler:c11 |
| 29 |
|
29 |
|
| 30 |
.include <bsd.port.options.mk> |
30 |
.include <bsd.port.options.mk> |
| 31 |
|
31 |
|