mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
0a7591375a
- Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
33 lines
763 B
Makefile
33 lines
763 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tesla
|
|
DISTVERSION= 0.0.20140425
|
|
PORTREVISION= 7
|
|
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
|
|
BROKEN_armv7= fails to link: cmTC_8106f uses VFP register arguments, testCCompiler.c.o does not
|
|
|
|
SHEBANG_FILES= scripts/highlight-transitions
|
|
|
|
USES= cmake:outsource 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>
|