openbsd-ports/devel/libelf/Makefile
ajacoutot 075a4d61e1 Update to libelf-0.8.13.
Don't install compat headers, they are useless and can actually create
issues with other ports.
2010-04-08 15:07:51 +00:00

33 lines
708 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/04/08 15:07:51 ajacoutot Exp $
COMMENT= read, modify, create ELF files on any arch
DISTNAME= libelf-0.8.13
SHARED_LIBS= elf 1.1
CATEGORIES= devel
# The actual homepage is in german, this points to it.
HOMEPAGE= http://directory.fsf.org/all/libelf.html
MASTER_SITES= http://www.mr511.de/software/
# LGPL
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
AUTOCONF_VERSION= 2.13
CONFIGURE_STYLE= autoconf
# disable compat mode to prevent clash with /usr/include/nlist.h
CONFIGURE_ARGS= --disable-nls \
--disable-compat
MAKE_FLAGS= SHLIB_SFX=.so.$(LIBelf_VERSION)
DESTDIRNAME= instroot
.include <bsd.port.mk>