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