pkgsrc/devel/libelf/Makefile
wiz e2ab8bdfe4 Update to 0.8.12. Set LICENSE.
Tue Jul  7 19:45:12 CEST 2009, Michael Riepe <libelf@mr511.de>

	* README:
	* VERSION:
		update for 0.8.12 release.

	* lib/libelf.h:
	* lib/x.elfext.c:
		add new and deprecate old functions.

Fri May 22 19:17:14 CEST 2009, Michael Riepe <libelf@mr511.de>

	* README:
	* VERSION:
		update for 0.8.11 release.

	* lib/libelf.h:
		add ELF_F_LAYOUT_OVERLAP flag.

	* lib/rawfile.c:
		fix re-read zero size bug.

	* lib/update.c:
		honor ELF_F_LAYOUT_OVERLAP flag.
2009-08-16 14:27:30 +00:00

25 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.12 2009/08/16 14:27:30 wiz Exp $
#
DISTNAME= libelf-0.8.12
CATEGORIES= devel
MASTER_SITES= http://www.mr511.de/software/
MAINTAINER= petrov@NetBSD.org
HOMEPAGE= http://www.mr511.de/software/english.html
COMMENT= ELF object file access library
LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
INSTALL_MAKE_FLAGS+= instroot=${DESTDIR}
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --disable-shared
CONFIGURE_ARGS+= --disable-compat
CONFIGURE_ARGS+= --disable-nls
.include "../../mk/bsd.pkg.mk"