mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
Allow override of GH_PROJECT and GH_ACCOUNT[0] and fix GH_PROJECT in llvm-cheriot. No change in the source, but the filename is now corrected. Centralize include of Makefile.snapshot. Reported by: Irina Dudina <irina.dudina@ed.ac.uk>
23 lines
552 B
Makefile
23 lines
552 B
Makefile
# llvm-morello
|
|
|
|
LLVM_SUFFIX= -morello
|
|
|
|
COMMENT= LLVM and Clang with support the Arm Morello architecture
|
|
WWW= https://git.morello-project.org/morello/llvm-project
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://git.morello-project.org
|
|
GL_ACCOUNT= morello
|
|
GL_PROJECT= llvm-project
|
|
GL_TAGNAME= ${LLVM_COMMIT}
|
|
|
|
# Regularly tested targets as part of Android development
|
|
LLVM_TARGETS= AArch64;ARM;BPF;X86
|
|
|
|
MASTERDIR= ${.CURDIR}/../llvm-cheri
|
|
|
|
.include "${MASTERDIR}/Makefile"
|