pkgsrc/devel/include-what-you-use/Makefile
nia fff9b68173 include-what-you-use: Update to 0.13
iwyu 0.13 compatible with llvm+clang 9.0 is released. Major changes:

    [iwyu] Improved handling of relative includes in mappings and pragmas
    [iwyu] Path normalization now collapses ..
    [iwyu] Improve --no_fwd_decls not to remove required forward declarations
    [iwyu] Improved handling of builtin templates
    [iwyu] Don't mark forward declarations final
    [iwyu] Tolerate using declarations in precompiled header
    [mappings] Add script to generate Qt mappings, and new mappings for Qt 5.11
    [iwyu_tool] Use directory from compilation database if available
    Numerous documentation and build improvements
2019-11-26 18:34:31 +00:00

25 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.18 2019/11/26 18:34:31 nia Exp $
DISTNAME= include-what-you-use-0.13.src
PKGNAME= ${DISTNAME:S/.src//1}
CATEGORIES= devel
MASTER_SITES= https://include-what-you-use.org/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://include-what-you-use.org/
COMMENT= Analyze \#includes in C and C++ source files
LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/include-what-you-use
USE_CMAKE= yes
USE_LANGUAGES= c c++
GCC_REQD+= 4.8
CMAKE_ARGS= -DIWYU_LLVM_ROOT_PATH:PATH=${BUILDLINK_PREFIX.clang}
REPLACE_PYTHON= *.py
.include "../../lang/clang/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"