mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
27 lines
618 B
Makefile
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>
|