ports/devel/cppinsights/Makefile
Martin Filla 57537ad6ce devel/cppinsights: New port: C++ Insights - See your source code with the eyes of a compiler
C++ Insights is a Clang-based tool that does a source-to-source
transformation. The goal of C++ Insights is to make things visible that
normally and intentionally happen behind the scenes.It's about the magic
the compiler does for us to make things work.

https://github.com/andreasfertig/cppinsights
https://cppinsights.io

PR:	278197
2024-10-19 14:23:14 +03:00

21 lines
487 B
Makefile

PORTNAME= cppinsights
DISTVERSIONPREFIX= v_
DISTVERSION= 17.0
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=17,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>