ports/devel/llvm-morello/Makefile
Brooks Davis 0d92ee1e3b devel/llvm-{cheri,cheriot,morello}: assorted fixups
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>
2024-01-24 20:43:41 +00:00

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"