2015-08-15 08:03:20 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2015/08/15 08:03:20 jasper Exp $
|
|
|
|
|
|
|
|
PORTROACH= skipv:0.8.14
|
|
|
|
PORTROACH_COMMENT=0.8.14 is actually 0.8.4, upstream mirror messed up
|
2006-07-12 08:45:58 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= read, modify, create ELF files on any arch
|
2010-04-08 15:07:51 +00:00
|
|
|
|
|
|
|
DISTNAME= libelf-0.8.13
|
2015-03-16 18:07:34 +00:00
|
|
|
REVISION= 3
|
2014-10-17 12:18:06 +00:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
2010-04-08 15:07:51 +00:00
|
|
|
|
|
|
|
SHARED_LIBS= elf 1.1
|
|
|
|
|
2006-07-12 08:45:58 +00:00
|
|
|
CATEGORIES= devel
|
2012-09-26 15:04:09 +00:00
|
|
|
DPB_PROPERTIES= parallel
|
2006-07-12 08:45:58 +00:00
|
|
|
|
2014-10-17 12:18:06 +00:00
|
|
|
HOMEPAGE= http://www.mr511.de/software/english.html
|
2006-07-12 08:45:58 +00:00
|
|
|
MASTER_SITES= http://www.mr511.de/software/
|
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2010-04-08 15:07:51 +00:00
|
|
|
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
|
|
|
|
|
2006-07-12 08:45:58 +00:00
|
|
|
.include <bsd.port.mk>
|