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