# New ports collection makefile for:	libelf
# Date created:		18 Apr 2001
# Whom:			roam@FreeBSD.org
#
# $FreeBSD: ports/devel/libelf/Makefile,v 1.4 2003/03/05 11:02:42 roam Exp $
#

PORTNAME=	libelf
PORTVERSION=	0.8.2
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
		http://www.stud.uni-hannover.de/~michael/software/ \
		ftp://ftp.stud.uni-hannover.de/pub/users/michael/
MASTER_SITE_SUBDIR=	libs .

MAINTAINER=	roam@FreeBSD.org
COMMENT=	"A public ELF file access library similar to libelf(3) in Solaris"

LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext

GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib -lintl"
CONFIGURE_ARGS+=	--enable-shared --disable-compat
INSTALLS_SHLIB=	yes
PLIST_SUB+=	LIBVER=${PORTVERSION} \
		LIBVER_SHORT=${PORTVERSION:R}

NOMAN=		defined

.include <bsd.port.mk>
