freebsd-ports/devel/tesla/Makefile
Sunpoet Po-Chuan Hsieh 6fa7fc5018 Update devel/protobuf to 3.4.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-08-16 15:44:48 +00:00

31 lines
675 B
Makefile

# $FreeBSD$
PORTNAME= tesla
DISTVERSION= 0.0.20140425
PORTREVISION= 6
CATEGORIES= devel lang
MAINTAINER= brooks@FreeBSD.org
COMMENT= Temporally Enhanced Security Logic Assertions
BUILD_DEPENDS= clang33:lang/clang33
RUN_DEPENDS= clang33:lang/clang33
LIB_DEPENDS= libprotobuf.so:devel/protobuf
BROKEN_armv6= fails to link: cmTC_8106f uses VFP register arguments, testCCompiler.c.o does not
SHEBANG_FILES= scripts/highlight-transitions
USES= cmake:outsource execinfo python:run shebangfix
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
.include <bsd.port.mk>