freebsd-ports/security/pam_pwdfile/Makefile
Philip M. Gollucci 049bbfcaa6 - 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)
2010-02-12 02:31:09 +00:00

36 lines
802 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.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>