head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.22.00.34.50;	author amdmi3;	state Exp;
branches;
next	1.7;

1.7
date	2009.06.27.08.49.41;	author gabor;	state Exp;
branches;
next	1.6;

1.6
date	2007.03.31.19.56.19;	author gabor;	state Exp;
branches;
next	1.5;

1.5
date	2006.12.08.13.46.28;	author gabor;	state Exp;
branches;
next	1.4;

1.4
date	2006.08.06.10.14.56;	author erwin;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.21.13.23.24;	author stefan;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.13.04.15.00;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.20.20.47.45;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# Ports collection Makefile for:	chroot_safe
# Date created:				11 Dec 2005
# Whom:					Gabor Kovesdan
# $FreeBSD: head/security/chroot_safe/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	chroot_safe
PORTVERSION=	1.4
PORTREVISION=	1
CATEGORIES=	security sysutils
MASTER_SITES=	SF/chrootsafe/${PORTNAME}/${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
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>
@


1.8
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.7
log
@- Drop maintainership of some ports I don't use any more
@
text
@d10 1
a10 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	chrootsafe
@


1.6
log
@- Remove DESTDIR support from my ports as it is useless now. New implementation
  is coming.
@
text
@d14 1
a14 1
MAINTAINER=	gabor@@FreeBSD.org
@


1.5
log
@Change my e-mail address.

Approved by:	erwin (mentor)
@
text
@a25 1
		-e 's|prefix=@@prefix@@|prefix=${DESTDIR}@@prefix@@|' \
@


1.4
log
@Support DESTDIR

PR:		101429
Submitted by:	gabor (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@


1.3
log
@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)
@
text
@d17 1
a17 1
GNU_CONFIGURE=YES
d26 1
@


1.2
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d8 1
d28 1
@


1.1
log
@[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>
@
text
@a16 1
USE_REINPLACE=YES
@

