freebsd-ports/security/pam_pwdfile/Makefile
Akinori MUSHA 911d0d7484 Add pam_pwdfile, a PAM module which allows authentication against
alternate passwd files.

PR:		30240
Submitted by:	Michael Schout <mschout@gkg.net>
2001-09-03 18:14:44 +00:00

27 lines
597 B
Makefile

# 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
CATEGORIES= security
MASTER_SITES= ftp://ftp.cpbotha.net/pub/pam_pwdfile/
MAINTAINER= mschout@gkg.net
MAKEFILE= ${FILESDIR}/Makefile.bsd
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${LOCALBASE}/${DOCDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/changelog \
${WRKSRC}/INSTALL ${LOCALBASE}/${DOCDIR}
DOCDIR= share/doc/pam_pwdfile
PLIST_SUB+= DOCDIR=${DOCDIR}
.endif
.include <bsd.port.mk>