c5121e772f
Adapt to removal of the ARM license. Allow licenses to sit somewhere other then WRKSRC. Fix the plist when OPENMP is disabled. PR: 236008
30 lines
1.2 KiB
Text
30 lines
1.2 KiB
Text
# $FreeBSD$
|
|
#
|
|
# The "LLVM Release License" is largely a copy of the NCSA license, but
|
|
# it contains extra verbiage about its interaction with third party
|
|
# licenses so it is handled as a seperate license.
|
|
#
|
|
# Third party software licenses in the LLVM tree include:
|
|
# Program License
|
|
# ------- -------
|
|
# Google Test BSD3CLAUSE
|
|
# OpenBSD regex REGEX
|
|
# pyyaml tests MIT
|
|
# ARM contributions ARM
|
|
# md5 contributions PD
|
|
|
|
LICENSE= ARM BSD3CLAUSE LLVM MIT PD REGEX
|
|
LICENSE_COMB= multi
|
|
|
|
LICENSE_DIR?= ${WRKSRC}
|
|
LICENSE_FILE_ARM= ${LICENSE_DIR}/lib/Target/ARM/LICENSE.TXT
|
|
LICENSE_FILE_BSD3CLAUSE= ${LICENSE_DIR}/utils/unittest/googletest/LICENSE.TXT
|
|
LICENSE_FILE_LLVM= ${LICENSE_DIR}/LICENSE.TXT
|
|
LICENSE_FILE_MIT= ${LICENSE_DIR}/test/YAMLParser/LICENSE.txt
|
|
LICENSE_FILE_REGEX= ${LICENSE_DIR}/lib/Support/COPYRIGHT.regex
|
|
LICENSE_NAME_ARM= ARM Limited license
|
|
LICENSE_NAME_LLVM= LLVM Release License
|
|
LICENSE_NAME_REGEX= OpenBSD Regex License
|
|
LICENSE_PERMS_ARM= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
LICENSE_PERMS_LLVM= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
LICENSE_PERMS_REGEX= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|