freebsd-ports/security/isolate/Makefile
Max Brazhnikov a5bbdfcd71 Update to 20100717
PR:		ports/148722
Submitted by:	Steve Wills (maintainer)
2010-07-19 16:01:12 +00:00

31 lines
629 B
Makefile

# New ports collection makefile for: isolate
# Date created: 2010-01-05
# Whom: Steve Wills <steve@mouf.net>
#
# $FreeBSD$
#
PORTNAME= isolate
PORTVERSION= 20100717
CATEGORIES= security
MASTER_SITES= http://meatwad.mouf.net/~steve/
MAINTAINER= steve@mouf.net
COMMENT= Runs processes in a restricted environment
PLIST_FILES= bin/isolate
MAN1= isolate.1
MANCOMPRESSED= yes
USE_GMAKE= yes
ALL_TARGET= isolate
post-patch:
@${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700025
IGNORE= does not compile (needs gelf.h)
.endif
.include <bsd.port.post.mk>