mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
While here, hook up missed packages to resolve all 'not found' libraries Sponsored by: Future Crew, LLC
25 lines
629 B
Makefile
25 lines
629 B
Makefile
PORTNAME= llvm
|
|
PORTVERSION= 18.1.8
|
|
DISTVERSIONSUFFIX= -3.el9
|
|
CATEGORIES= devel linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= The Low Level Virtual Machine suite (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= http://llvm.org
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cpe linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= elfutils-libelf python3
|
|
USE_LINUX_RPM= yes
|
|
WANT_LINUX32=yes
|
|
|
|
BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL}
|
|
LIB_DISTNAMES= ${PORTNAME}-devel-${DISTVERSIONFULL} \
|
|
${PORTNAME}-libs-${DISTVERSIONFULL} \
|
|
${PORTNAME}-static-${DISTVERSIONFULL}
|
|
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|