mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
1328f8c191
PR: ports/101826 Submitted by: chinsan <chinsan.tw at gmail.com> Approved by: Christopher Cowart <ccowart at rescomp.berkeley.edu> (maintainer)
25 lines
665 B
Makefile
25 lines
665 B
Makefile
# New ports collection makefile for: pam_require
|
|
# Date created: 30 March 2006
|
|
# Whom: Chris Cowart <ccowart@rescomp.berkeley.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pam_require
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.splitbrain.org/_media/projects/pamrequire/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ccowart@rescomp.berkeley.edu
|
|
COMMENT= A PAM module for restricting access based on unix group or username
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
WRKSRC= ${WRKDIR}/${PORTNAME:S/_/-/}-${PORTVERSION}
|
|
|
|
PLIST_FILES= lib/pam_require.so lib/pam_require.so.1
|
|
|
|
.include <bsd.port.mk>
|