1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/security/pam_pwdfile/Makefile
2002-11-08 09:56:23 +00:00

26 lines
528 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
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://cpbotha.net/files/pam_pwdfile/
MAINTAINER= mschout@gkg.net
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>