mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
21 lines
495 B
Makefile
21 lines
495 B
Makefile
PORTNAME= elfutils
|
|
PORTVERSION= 0.190
|
|
DISTVERSIONSUFFIX= -2.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
|
|
|
|
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
|
|
|
|
PLIST_SUB= LIBVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|