freebsd-ports/sysutils/prelink/Makefile
Gerald Pfeifer 3246dc9442 Update to prelink version 20130503. This brings the following changes:
- Adjustments for DWARF 4+ support.
- Improved support for ppc64 and arm.
- Bug fixes and testsuite adjustments.

Approved by:	maintainer timeout (several months)
2015-01-06 06:54:06 +00:00

28 lines
736 B
Makefile

# Created by: Damjan Jovanovic <damjan.jov@gmail.com>
# $FreeBSD$
PORTNAME= prelink
PORTVERSION= 20130503
CATEGORIES= sysutils
MASTER_SITES= http://people.redhat.com/jakub/prelink/
MAINTAINER= damjan.jov@gmail.com
COMMENT= ELF prelinking utility to speed up dynamic linking
LIB_DEPENDS= libargp.so:${PORTSDIR}/devel/argp-standalone
USES= gmake tar:bzip2 libtool
GNU_CONFIGURE= yes
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= -c -a
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/execstack \
man/man8/execstack.8.gz \
man/man8/prelink.8.gz \
sbin/prelink
.include <bsd.port.mk>