freebsd-ports/security/chroot_safe/Makefile
Edwin Groothuis 459b8d16e6 [new port] security/chroot_safe
chroot_safe, a tool to chroot any application in a sane
	manner without requring binaries, shared libraries etc
	within the chroot or any support from the application. Works
	with any dynamically linked application.

	WWW: http://sourceforge.net/projects/chrootsafe

PR:		ports/90341
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
2005-12-20 20:47:45 +00:00

29 lines
752 B
Makefile

# Ports collection Makefile for: chroot_safe
# Date created: 11 Dec 2005
# Whom: Gabor Kovesdan
# $FreeBSD$
PORTNAME= chroot_safe
PORTVERSION= 1.4
CATEGORIES= security sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= chrootsafe
EXTRACT_SUFX= .tgz
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= A tool to chroot softwares easily
GNU_CONFIGURE=YES
USE_REINPLACE=YES
MAN1= chroot_safe.1
PLIST_FILES= sbin/chroot_safe libexec/chroot_safe/chroot_safe.so
PLIST_DIRS= libexec/chroot_safe
post-patch:
${REINPLACE_CMD} -e 's|CXX=g++|CXX?=c++|' \
-e 's|-o chroot_safe.so|chroot_safe.cpp -o chroot_safe.so|' \
${WRKSRC}/Makefile.in
${REINPLACE_CMD} 's|chroot(1)|chroot(8)|' ${WRKSRC}/chroot_safe.1.in
.include <bsd.port.mk>