forked from Lainports/opnsense-ports
23 lines
491 B
Makefile
23 lines
491 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= elfutils
|
|
PORTVERSION= 0.164
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
PKGNAMESUFFIX= -libelf
|
|
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= ELF file handling library (CentOS ${LINUX_DIST_VER})
|
|
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
|
|
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
|
|
RPMVERSION= 2.el6
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|