pkgsrc/lang/clang/Makefile

13 lines
403 B
Makefile

# $NetBSD: Makefile,v 1.47 2019/01/23 15:44:34 jperkin Exp $
PKGNAME= ${DISTNAME:S/.src//:S/cfe/clang/}
PKGREVISION= 1
PYTHON_FOR_BUILD_ONLY= yes
CMAKE_ARGS+= -DCLANG_ENABLE_STATIC_ANALYZER=OFF
# There are some contrib utilities written in python here.
# We don't want to add a python runtime dependency for that.
CHECK_INTERPRETER_SKIP+= share/clang/*
.include "../../lang/clang/Makefile.common"