mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
21 lines
409 B
Makefile
21 lines
409 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= elfutils
|
|
PORTVERSION= 0.168
|
|
CATEGORIES= devel
|
|
PKGNAMESUFFIX= -libelf
|
|
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= ELF file handling library (CentOS ${LINUX_DIST_VER})
|
|
|
|
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
|
|
RPMVERSION= 8.el7
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|