summaryrefslogtreecommitdiff
path: root/devel/cppinsights/Makefile
blob: 3b43f4bc9add05cf7403b6bef058a3d4aa369663 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	cppinsights
DISTVERSIONPREFIX=	v_
DISTVERSION=	20.1
CATEGORIES=	devel

MAINTAINER=	freebsd@sysctl.cz
COMMENT=	C++ Insights - See your source code with the eyes of a compiler
WWW=		https://github.com/andreasfertig/cppinsights

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake llvm:min=20,lib
USE_GITHUB=	yes
GH_ACCOUNT=	andreasfertig

CMAKE_ARGS=	-DLLVM_CONFIG_PATH="${LOCALBASE}/llvm${LLVM_VERSION}/bin/llvm-config"

PLIST_FILES=	bin/insights

.include <bsd.port.mk>