head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2010.02.12.02.31.09;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.27.13.07.04;	author araujo;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.21.13.26.53;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.08.09.56.23;	author ru;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.08.09.54.05;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	2002.09.20.07.56.39;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.03.18.14.44;	author knu;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:    pam_pwdfile
# Date created:				Aug 31, 2001
# Whom:	      				Michael Schout <mschout@@gkg.net>
#
# $FreeBSD: head/security/pam_pwdfile/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pam_pwdfile
PORTVERSION=	0.99
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://cpbotha.net/files/pam_pwdfile/

MAINTAINER=	mschout@@gkg.net
COMMENT=	A pam module for authenticating with flat passwd files

MAKEFILE=	${FILESDIR}/Makefile.bsd

PLIST_FILES=	lib/pam_pwdfile.so
PORTDOCS=	README INSTALL changelog
CFLAGS+=	-I${WRKSRC}

post-patch:
	${REINPLACE_CMD} -e 's|#include <features.h>||g' ${WRKSRC}/pam_pwdfile.c
	${CP} ${FILESDIR}/_pam_macros.h ${WRKSRC}

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for docs in ${PORTDOCS}
	@@${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.7
log
@-  Fix runtime to actually work
   update the custom Makefile
   add a required header
   fix bigcrypt

PR:             ports/138483
Submitted by:   Ben Schumacher <me@@benschumacher.com>
Approved by:    Michael Schout <mschout@@gkg.net> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 0.99.

PR:		ports/138188
Submitted by:	Sylvio Cesar <scjamorim___bsd.com.br>
Approved by:	Michael Schout <mschout___gkg.net> (maintainer)
@
text
@d10 1
d21 1
d25 1
@


1.5
log
@De-pkg-comment.
@
text
@d9 1
a9 2
PORTVERSION=	0.95
PORTREVISION=	1
d18 6
d27 3
a29 2
	@@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/changelog \
		${WRKSRC}/INSTALL  ${DOCSDIR}
@


1.4
log
@Spell PORTREVISION correctly.
@
text
@d15 1
@


1.3
log
@openlog(3) and closelog(3) are unsafe in PAM modules.
@
text
@d10 1
a10 1
PORTREVERSION=	1
@


1.2
log
@1. update MASTER_SITE
2. use DOCSDIR instead of DOCDIR

PR:		42876 (1)
Submitted by:	maintainer
@
text
@d10 1
@


1.1
log
@Add pam_pwdfile, a PAM module which allows authentication against
alternate passwd files.

PR:		30240
Submitted by:	Michael Schout <mschout@@gkg.net>
@
text
@d11 1
a11 1
MASTER_SITES=	ftp://ftp.cpbotha.net/pub/pam_pwdfile/
d19 1
a19 1
	@@${MKDIR} ${LOCALBASE}/${DOCDIR}
d21 1
a21 3
		${WRKSRC}/INSTALL  ${LOCALBASE}/${DOCDIR}
DOCDIR=		share/doc/pam_pwdfile
PLIST_SUB+=	DOCDIR=${DOCDIR}
@

