c477429b60
IWYU 0.11 [iwyu] Improved recognition of template and specialization uses [iwyu] Improved CMake build system, see docs for build instructions [mappings] Improved mappings for Boost, Intel intrinsics and libstdc++ [iwyu_tool] Several bug fixes and improvements [iwyu_tool] Add --basedir argument to interpret IWYU output from another source tree [fix_includes] Handle namespaces better [fix_includes] Add --only_re switch to filter affected files [fix_includes] Add --reorder/--noreorder switch to toggle reordering of includes
21 lines
586 B
Makefile
21 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.15 2018/12/09 20:12:47 adam Exp $
|
|
|
|
DISTNAME= include-what-you-use-0.11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=include-what-you-use/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://include-what-you-use.org/
|
|
COMMENT= Analyze \#includes in C and C++ source files
|
|
LICENSE= modified-bsd
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
CMAKE_ARGS= -DIWYU_LLVM_ROOT_PATH:PATH=${BUILDLINK_PREFIX.clang}
|
|
GCC_REQD+= 4.8
|
|
|
|
REPLACE_PYTHON= *.py
|
|
|
|
.include "../../lang/clang/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|