2e769be405
make BROKEN for now.
37 lines
775 B
Makefile
37 lines
775 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tesla
|
|
DISTVERSION= 0.0.20140425
|
|
CATEGORIES= devel lang
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
COMMENT= Temporally Enhanced Security Logic Assertions
|
|
|
|
USES= cmake:outsource ninja
|
|
|
|
BUILD_DEPENDS= clang33:${PORTSDIR}/lang/clang33
|
|
RUN_DEPENDS= clang33:${PORTSDIR}/lang/clang33
|
|
LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \
|
|
protobuf:${PORTSDIR}/devel/protobuf
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= CTSRD-TESLA
|
|
GH_PROJECT= TESLA
|
|
GH_TAGNAME= 3136f0f
|
|
GH_COMMIT= 3136f0f
|
|
|
|
CC= clang33
|
|
CXX= clang++33
|
|
|
|
CMAKE_ARGS+= -DCMAKE_LLVM_CONFIG=llvm-config33
|
|
|
|
CONFIGURE_WRKSRC= ${WRKSRC}/build
|
|
BUILD_WRKSRC= ${WRKSRC}/build
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000
|
|
BROKEN= does not build on 8 and 9
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|