2001-09-03 20:14:44 +02:00
|
|
|
# New ports collection makefile for: pam_pwdfile
|
|
|
|
# Date created: Aug 31, 2001
|
|
|
|
# Whom: Michael Schout <mschout@gkg.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pam_pwdfile
|
2009-08-27 15:07:04 +02:00
|
|
|
PORTVERSION= 0.99
|
2001-09-03 20:14:44 +02:00
|
|
|
CATEGORIES= security
|
2002-09-20 09:56:39 +02:00
|
|
|
MASTER_SITES= http://cpbotha.net/files/pam_pwdfile/
|
2001-09-03 20:14:44 +02:00
|
|
|
|
|
|
|
MAINTAINER= mschout@gkg.net
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A pam module for authenticating with flat passwd files
|
2001-09-03 20:14:44 +02:00
|
|
|
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
|
|
|
|
2009-08-27 15:07:04 +02:00
|
|
|
PLIST_FILES= lib/pam_pwdfile.so
|
|
|
|
PORTDOCS= README INSTALL changelog
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|#include <features.h>||g' ${WRKSRC}/pam_pwdfile.c
|
|
|
|
|
2001-09-03 20:14:44 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-09-20 09:56:39 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2009-08-27 15:07:04 +02:00
|
|
|
.for docs in ${PORTDOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
|
|
|
|
.endfor
|
2001-09-03 20:14:44 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|