22 lines
478 B
Makefile
22 lines
478 B
Makefile
PORTNAME= elfutils
|
|
PORTVERSION= 0.176
|
|
DISTVERSIONSUFFIX= -5.el7
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel linux
|
|
PKGNAMESUFFIX= -libelf
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= ELF file handling library (CentOS ${LINUX_DIST_VER})
|
|
WWW= https://sourceware.org/elfutils/
|
|
|
|
USES= cpe linux:c7
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|