# $FreeBSD$ PORTNAME= tesla DISTVERSION= 0.0.20140425 PORTREVISION= 1 CATEGORIES= devel lang MAINTAINER= brooks@FreeBSD.org COMMENT= Temporally Enhanced Security Logic Assertions USES= cmake:outsource execinfo ninja BUILD_DEPENDS= clang33:${PORTSDIR}/lang/clang33 RUN_DEPENDS= clang33:${PORTSDIR}/lang/clang33 LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf USE_GITHUB= yes GH_ACCOUNT= CTSRD-TESLA GH_PROJECT= TESLA GH_TAGNAME= 3136f0f CC= clang33 CXX= clang++33 CMAKE_ARGS+= -DCMAKE_LLVM_CONFIG=llvm-config33 CONFIGURE_WRKSRC= ${WRKSRC}/build BUILD_WRKSRC= ${WRKSRC}/build .include .if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000 BROKEN= does not build on 8 and 9 .endif .include