Lines 2-7
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= opengtl |
3 |
PORTNAME= opengtl |
4 |
PORTVERSION= 0.9.18 |
4 |
PORTVERSION= 0.9.18 |
|
|
5 |
PORTREVISION= 1 |
5 |
CATEGORIES= graphics devel |
6 |
CATEGORIES= graphics devel |
6 |
MASTER_SITES= http://download.${PORTNAME}.org/ |
7 |
MASTER_SITES= http://download.${PORTNAME}.org/ |
7 |
DISTNAME= OpenGTL-${PORTVERSION} |
8 |
DISTNAME= OpenGTL-${PORTVERSION} |
Lines 12-23
Link Here
|
12 |
LICENSE= LGPL20 |
13 |
LICENSE= LGPL20 |
13 |
|
14 |
|
14 |
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png |
15 |
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png |
15 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libLLVM-3.2.so:${PORTSDIR}/devel/llvm |
16 |
BUILD_DEPENDS= llvm-config32:${PORTSDIR}/devel/llvm32 |
16 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
17 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
17 |
|
18 |
|
18 |
USE_BZIP2= yes |
19 |
USE_BZIP2= yes |
19 |
USES= cmake perl5 |
20 |
USES= cmake perl5 |
20 |
USE_LDCONFIG= yes |
21 |
USE_LDCONFIG= yes |
|
|
22 |
CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config32 |
21 |
|
23 |
|
22 |
OPTIONS_DEFINE= SHIVA |
24 |
OPTIONS_DEFINE= SHIVA |
23 |
OPTIONS_DEFAULT=SHIVA |
25 |
OPTIONS_DEFAULT=SHIVA |
Lines 26-32
Link Here
|
26 |
|
28 |
|
27 |
PLIST_SUB+= PORTVERSION=${PORTVERSION} |
29 |
PLIST_SUB+= PORTVERSION=${PORTVERSION} |
28 |
|
30 |
|
29 |
NO_STAGE= yes |
|
|
30 |
.include <bsd.port.options.mk> |
31 |
.include <bsd.port.options.mk> |
31 |
|
32 |
|
32 |
.if ${PORT_OPTIONS:MSHIVA} |
33 |
.if ${PORT_OPTIONS:MSHIVA} |