59143cfe93
allows people to manipulate elf files.
26 lines
641 B
Makefile
26 lines
641 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/12 08:45:58 espie Exp $
|
|
|
|
COMMENT= 'read, modify, create ELF files on any arch'
|
|
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/
|
|
DISTNAME= libelf-0.8.6
|
|
SHARED_LIBS= elf 0.0
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
AUTOCONF_VERSION= 2.13
|
|
CONFIGURE_ARGS= --disable-nls
|
|
MAKE_FLAGS= SHLIB_SFX=.so.$(LIBelf_VERSION)
|
|
FAKE_FLAGS= ${MAKE_FLAGS} instroot=${DESTDIR}
|
|
|
|
# LGPL
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|