pkgsrc/lang/clang/Makefile

16 lines
413 B
Makefile

# $NetBSD: Makefile,v 1.52 2019/10/24 11:40:00 tnn Exp $
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/.src//:S/cfe/clang/}
PKGREVISION= 2
CMAKE_ARGS+= -DCLANG_ENABLE_STATIC_ANALYZER=OFF
PYTHON_FOR_BUILD_ONLY= yes
# 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 "../../mk/bsd.pkg.mk"