Added
Link Here
|
1 |
PORTNAME= cppinsights |
2 |
DISTVERSIONPREFIX= v_ |
3 |
DISTVERSION= 17.0 |
4 |
CATEGORIES= sysutils |
5 |
|
6 |
MAINTAINER= freebsd@sysctl.cz |
7 |
COMMENT= C++ Insights - See your source code with the eyes of a compiler. |
8 |
WWW= https://cppinsights.io/ |
9 |
|
10 |
LICENSE= MIT |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
|
13 |
USES= cmake llvm:17 |
14 |
|
15 |
LIB_DEPENDS= libLLVM-17.so:devel/llvm17 |
16 |
|
17 |
USE_GITHUB= yes |
18 |
GH_ACCOUNT= andreasfertig |
19 |
GH_PROJECT= cppinsights |
20 |
|
21 |
CMAKE_ARGS+= -DLLVM_CONFIG_PATH="${LOCALBASE}/llvm17/bin/llvm-config" |
22 |
|
23 |
.include <bsd.port.mk> |