pkgsrc/devel/libelf/Makefile

20 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:26 tv Exp $
#
DISTNAME= libelf-0.8.5
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.stud.uni-hannover.de/~michael/software/ \
${MASTER_SITE_SUNSITE:=libs/}
MAINTAINER= petrov@NetBSD.org
HOMEPAGE= http://www.stud.uni-hannover.de/~michael/software/
COMMENT= ELF object file access library
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-shared
CONFIGURE_ARGS+= --disable-compat
CONFIGURE_ARGS+= --disable-nls
.include "../../mk/bsd.pkg.mk"