aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cheritrace-devel/Makefile
blob: 8b9ae976d35720d58cc0020e6b6f652a8953cb2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: David Chisnall <theraven@FreeBSD.org>
# $FreeBSD$

PORTNAME=   cheritrace
PORTVERSION=    0.0.1
PORTREVISION=   1
CATEGORIES= devel security

MAINTAINER= theraven@FreeBSD.org
COMMENT=    Library and tool for interacting with CHERI streamtraces

BUILD_DEPENDS=  llvm-config-cheri:devel/llvm-cheri
LIB_DEPENDS=    libLLVMCore.so:devel/llvm-cheri

BROKEN_powerpc64=   fails to compile: addressmap.cc: 'stoll' is not a member of 'std'

USES=       cmake compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= CTSRD-CHERI
GH_TAGNAME= a7ddf11

CMAKE_ARGS= -DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config-cheri

.include <bsd.port.mk>