pkgsrc/devel/libelf/Makefile
wiz af6b2d557d Update to 0.8.13:
Sun Nov  1 14:08:47 CET 2009, Michael Riepe <libelf@mr511.de>

	* README:
	* VERSION:
		update for 0.8.13 release.
	* libelf.pc.in:
		add -I${includedir}.
	* lib/begin.c:
	* lib/private.h:
		move archive related declarations.
	* lib/elf_repl.h:
		disable Elf64_Cap for 32-bit build.
	* lib/getaroff.c:
		new file.
	* lib/Makefile.in:
	* lib/Makefile.w32:
		add getaroff.c.
2009-11-15 21:26:51 +00:00

25 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.13 2009/11/15 21:26:51 wiz Exp $
#
DISTNAME= libelf-0.8.13
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"