head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2010.07.07.07.19.32;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2010.06.04.02.03.30;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2010.05.10.05.53.48;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:    pam_jail
# Date created:                         28 March 2010
# Whom:                                 Damien Bobillot
#
# $FreeBSD: head/security/pam_jail/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pam_jail
PORTVERSION=	0.3
CATEGORIES=	security
MASTER_SITES=	http://www.triades.net/downloads/

MAINTAINER=	damien.bobillot_pam_jail@@m4x.org
COMMENT=	A PAM module dropping users in jails after login

MAN8=		pam_jail.8
MANCOMPRESSED=	yes
SUB_FILES=	pkg-message
PLIST_FILES=	lib/pam_jail.so lib/pam_jail.so.1

.include <bsd.port.pre.mk>

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/pam_jail.so.1 ${PREFIX}/lib/
	${LN} -sf pam_jail.so.1 ${PREFIX}/lib/pam_jail.so
	${INSTALL_MAN} ${WRKSRC}/pam_jail.8.gz ${PREFIX}/man/man8/

post-install:
	@@${CAT} ${PKGMESSAGE}

.if ${OSVERSION} < 800000
BROKEN=		jail version not supported
.endif

.if ${ARCH} == "sparc64"
BROKEN=		Does not compile on sparc64
.endif

.include <bsd.port.post.mk>
@


1.3
log
@Bump minimum supported FreeBSD version to 8.0

Submitted by:	pointyhat
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Mark broken on sparc64.

Hat:		portmgr
@
text
@d31 1
a31 1
.if ${OSVERSION} < 700000
@


1.1
log
@This is a adaptation of pam_chroot to BSD jails : it dropps users in jails
after login.

PR:		ports/145302
Submitted by:	Damien Bobillot
@
text
@d35 4
@

