2003-10-07 12:34:59 +02:00
|
|
|
# New ports collection makefile for: mod_auth_pam2
|
|
|
|
# Date created: Sun Oct 5
|
|
|
|
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_auth_pam
|
|
|
|
PORTVERSION= 1.1.1
|
2011-08-20 19:27:52 +02:00
|
|
|
PORTREVISION= 4
|
2003-10-07 12:34:59 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://pam.sourceforge.net/mod_auth_pam/dist/
|
2010-05-25 22:17:37 +02:00
|
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
2003-10-07 12:34:59 +02:00
|
|
|
DISTNAME= ${PORTNAME}-2.0-${PORTVERSION}
|
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-10-07 12:34:59 +02:00
|
|
|
COMMENT= Allows users to use PAM modules for user authentication
|
|
|
|
|
2010-06-07 05:50:21 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-05-17 09:24:35 +02:00
|
|
|
|
2003-10-07 12:34:59 +02:00
|
|
|
LATEST_LINK= mod_auth_pam2
|
|
|
|
|
2012-08-18 16:29:08 +02:00
|
|
|
USE_APACHE= 22+
|
2003-10-07 12:34:59 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2010-06-07 05:50:21 +02:00
|
|
|
PORTDOCS= *.html
|
|
|
|
PORTEXAMPLES= pam-httpd.sample
|
|
|
|
|
2010-06-07 05:53:11 +02:00
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
|
|
|
|
2010-08-09 00:27:27 +02:00
|
|
|
AP_EXTRAS+= -lpam
|
|
|
|
|
2003-10-07 12:34:59 +02:00
|
|
|
post-install:
|
2010-06-07 05:50:21 +02:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
|
|
|
${MKDIR} ${EXAMPLESDIR}/
|
2003-10-07 12:34:59 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/samples/httpd ${EXAMPLESDIR}/pam-httpd.sample
|
2010-06-07 05:50:21 +02:00
|
|
|
.endif
|
2003-10-07 12:34:59 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2010-06-07 05:50:21 +02:00
|
|
|
${MKDIR} ${DOCSDIR}/
|
2003-10-07 12:34:59 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|