2249da6696
0.10: Use LLVM 6.0 for clang_6.0 branch
24 lines
693 B
Makefile
24 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.14 2018/08/07 10:45:47 adam Exp $
|
|
|
|
DISTNAME= include-what-you-use-0.10.src
|
|
PKGNAME= ${DISTNAME:.src=}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=include-what-you-use/}
|
|
GITHUB_TAG= clang_6.0
|
|
|
|
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-${GITHUB_TAG}
|
|
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"
|