head	1.4;
access;
symbols
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2010.12.04.21.32.33;	author rene;	state dead;
branches;
next	1.3;

1.3
date	2010.10.07.18.46.27;	author lx;	state Exp;
branches;
next	1.2;

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

1.1
date	2005.09.18.13.50.07;	author pav;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Garbage collect old ports:
2010-11-15 archivers/linux-par2cmdline: Native version available
2010-11-15 audio/bmp-musepack: does not build with audio/musepack
2010-11-15 audio/libmpcdec: superseded by audio/musepack
2010-11-15 audio/py-musepack: does not build with audio/musepack
2010-12-01 chinese/chinput3: Development has ceased.
2010-12-01 emulators/dynagen-devel: Please install emulators/dynagen instead
2010-11-24 net-p2p/gift-fasttrack: unmaintained upstream
2010-11-24 net-p2p/gift-gnutella: unmaintained upstream
2010-11-24 net-p2p/gift-openft: unmaintained upstream
2010-11-24 net-p2p/pyslsk: unmantained upstream, use net-p2p/nicotine-plus
2010-11-11 security/pamsfs: SFS is dead, this project is dead, and site is gone
2010-11-10 www/p5-Catalyst-Plugin-CommandLine: The module is not needed any more. With new Catalyst (at least 5.7014) it works out of the box.
@
text
@# New ports collection Makefile for:	pamsfs
# Date created:				2005-09-13
# Whom:					David Thiel <lx@@redundancy.redundancy.org>
#
# $FreeBSD: ports/security/pamsfs/Makefile,v 1.3 2010/10/07 18:46:27 lx Exp $
#

PORTNAME=	pamsfs
PORTVERSION=	0.1b
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.codecobra.com/pamsfs/
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	lx@@FreeBSD.org
COMMENT=	A PAM module to mount SFS home directories

BUILD_DEPENDS=	sfskey:${PORTSDIR}/security/sfs

DEPRECATED=	SFS is dead, this project is dead, and site is gone
EXPIRATION_DATE=	2010-11-11

ALL_TARGET=	pam-sfs
WRKSRC=		${WRKDIR}/${PORTNAME}
PLIST_FILES=	lib/pam_sfs.so
PORTDOCS=	README

pre-build:
	@@${REINPLACE_CMD} -e "s|/usr/local/sfs-0.7.2|${PREFIX}|g" ${WRKSRC}/pam_sfs.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/pam_sfs.so ${PREFIX}/lib
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.3
log
@Mark pam_sfs for removal, as both it and SFS are dead projects.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d14 1
a14 1
MAINTAINER=	lx@@redundancy.redundancy.org
d19 3
@


1.1
log
@Pamsfs is a PAM module that logs a user into a SFS server on
system login. The primary reason for doing this is to allow users'
home-directories to be located on a SFS server.

PR:		ports/86095
Submitted by:	David Thiel <lx@@redundancy.redundancy.org>
@
text
@a18 1
USE_REINPLACE=	yes
@

