freebsd-ports/devel/cherivis-devel/Makefile
David Chisnall 9156bf1b9e Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source.
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain.

The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2977
2015-09-19 10:33:34 +00:00

29 lines
653 B
Makefile

# $FreeBSD$
PORTNAME= cherivis-devel
PORTVERSION= 0.1
PORTREVISION= 3
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= 525aeb4
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= back build
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
.include <bsd.port.mk>