15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
30 lines
684 B
Makefile
30 lines
684 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cherivis-devel
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel gnustep
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= Visualisation tool for CHERI / BERI streamtraces
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= CTSRD-CHERI
|
|
GH_PROJECT= CheriVis
|
|
GH_COMMIT= 525aeb4
|
|
GH_TAGNAME= ${GH_COMMIT}
|
|
|
|
LLVM_VERSION?= 34
|
|
BUILD_DEPENDS+= llvm-config${LLVM_VERSION}:${PORTSDIR}/devel/llvm${LLVM_VERSION}
|
|
LIB_DEPENDS+= libdispatch.so:${PORTSDIR}/devel/libdispatch
|
|
|
|
MAKE_FLAGS+= LLVM_CONFIG=llvm-config${LLVM_VERSION}
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
|
|
|
.include <bsd.port.mk>
|