|
Lines 2-11
Link Here
|
| 2 |
|
2 |
|
| 3 |
PORTNAME= opengtl |
3 |
PORTNAME= opengtl |
| 4 |
PORTVERSION= 0.9.18 |
4 |
PORTVERSION= 0.9.18 |
| 5 |
PORTREVISION= 2 |
5 |
PORTREVISION= 3 |
| 6 |
CATEGORIES= graphics devel |
6 |
CATEGORIES= graphics devel |
| 7 |
MASTER_SITES= http://download.${PORTNAME}.org/ |
7 |
MASTER_SITES= http://download.${PORTNAME}.org/ |
| 8 |
DISTNAME= OpenGTL-${PORTVERSION} |
8 |
DISTNAME= OpenGTL-${PORTVERSION} |
|
|
9 |
PATCH_SITES= http://dev.gentoo.org/~creffett/distfiles/ |
| 10 |
PATCHFILES= ${PORTNAME}-${PORTVERSION}-llvm-3.3.patch |
| 11 |
PATCH_DIST_STRIP=-p1 |
| 9 |
|
12 |
|
| 10 |
MAINTAINER= avilla@FreeBSD.org |
13 |
MAINTAINER= avilla@FreeBSD.org |
| 11 |
COMMENT= Graphics Transformation Languages |
14 |
COMMENT= Graphics Transformation Languages |
|
Lines 12-27
Link Here
|
| 12 |
|
15 |
|
| 13 |
LICENSE= LGPL20 |
16 |
LICENSE= LGPL20 |
| 14 |
|
17 |
|
| 15 |
BROKEN= Depends on deleted devel/llvm32 |
18 |
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ |
| 16 |
DEPRECATED= Broken for more than 6 months |
19 |
libLLVM-3.3.so:${PORTSDIR}/devel/llvm33 |
| 17 |
EXPIRATION_DATE= 2015-07-21 |
|
|
| 18 |
|
20 |
|
| 19 |
#LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ |
|
|
| 20 |
# libLLVM-3.2.so:${PORTSDIR}/devel/llvm32 |
| 21 |
|
| 22 |
USES= cmake perl5 tar:bzip2 |
21 |
USES= cmake perl5 tar:bzip2 |
| 23 |
USE_LDCONFIG= yes |
22 |
USE_LDCONFIG= yes |
| 24 |
CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config32 |
23 |
CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config33 |
| 25 |
|
24 |
|
| 26 |
PLIST_SUB+= PORTVERSION=${PORTVERSION} |
25 |
PLIST_SUB+= PORTVERSION=${PORTVERSION} |
| 27 |
|
26 |
|