1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/prelink/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

27 lines
618 B
Makefile

# Created by: Damjan Jovanovic <damjan.jov@gmail.com>
# $FreeBSD$
PORTNAME= prelink
PORTVERSION= 20130503
PORTREVISION= 1
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:devel/argp-standalone
USES= autoreconf gmake tar:bzip2 libtool
GNU_CONFIGURE= yes
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>