mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
While here, hook up missed packages to resolve all 'not found' libraries Sponsored by: Future Crew, LLC
22 lines
513 B
Makefile
22 lines
513 B
Makefile
PORTNAME= elfutils
|
|
PORTVERSION= 0.191
|
|
DISTVERSIONSUFFIX= -4.el9
|
|
CATEGORIES= devel linux
|
|
PKGNAMESUFFIX= -libs
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= ELF file handling libraries (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://sourceware.org/elfutils/
|
|
|
|
USES= cpe linux:rl9
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= elfutils-libelf
|
|
USE_LINUX_RPM= yes
|
|
WANT_LINUX32= yes
|
|
|
|
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
|
|
|
|
PLIST_SUB= LIBVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|