blob: e94b74944b08e8a1f5b5f8cce3ee54a21f1735f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $FreeBSD$
PORTNAME= cherivis-devel
PORTVERSION= 0.4
CATEGORIES= devel gnustep
MAINTAINER= theraven@FreeBSD.org
COMMENT= Visualisation tool for CHERI / BERI streamtraces
LICENSE= MIT
BROKEN_FreeBSD_9= does not build on FreeBSD 9.x
USES= gnustep
USE_GITHUB= yes
GH_ACCOUNT= CTSRD-CHERI
GH_PROJECT= CheriVis
GH_TAGNAME= 98c6c04
LIB_DEPENDS+= libcheritrace.so:devel/cheritrace-devel
USE_GNUSTEP= back build
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
.include <bsd.port.mk>
|