freebsd-ports/security/chroot_safe/Makefile
Stefan Walter a7f880d9c9 Use unsetenv(3) instead of putenv(3) to clean up environment variables
properly.

PR:		94170
Submitted by:	Kenneth Vestergaard Schmidt <kvs@binarysolutions.dk>
Approved by:	maintainer, arved (mentor)
2006-05-21 13:23:24 +00:00

30 lines
815 B
Makefile

# Ports collection Makefile for: chroot_safe
# Date created: 11 Dec 2005
# Whom: Gabor Kovesdan
# $FreeBSD$
PORTNAME= chroot_safe
PORTVERSION= 1.4
PORTREVISION= 1
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
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
${REINPLACE_CMD} 's|putenv|unsetenv|' ${WRKSRC}/chroot_safe.cpp
.include <bsd.port.mk>