blob: 88775e444f803c033f5788f7a09b5a8fa2a482dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: pam_pwdfile
# Date created: Aug 31, 2001
# Whom: Michael Schout <mschout@gkg.net>
#
# $FreeBSD$
#
PORTNAME= pam_pwdfile
PORTVERSION= 0.95
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
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/changelog \
${WRKSRC}/INSTALL ${DOCSDIR}
.endif
.include <bsd.port.mk>
|