All affected */linux-rl9-* ports was updated to versions corresponding to Rocky Linux 9.6 release repository Special thanks to jbo@ for amd64 mini exp-run!
26 lines
629 B
Makefile
26 lines
629 B
Makefile
PORTNAME= llvm
|
|
PORTVERSION= 19.1.7
|
|
DISTVERSIONSUFFIX= -1.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>
|