freebsd-ports/www/mod_auth_pam2/Makefile
Olli Hauer 63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00

44 lines
949 B
Makefile

# 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
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://pam.sourceforge.net/mod_auth_pam/dist/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-2.0-${PORTVERSION}
MAINTAINER= apache@FreeBSD.org
COMMENT= Allows users to use PAM modules for user authentication
MAKE_JOBS_SAFE= yes
LATEST_LINK= mod_auth_pam2
USE_APACHE= 22+
WRKSRC= ${WRKDIR}/${PORTNAME}
PORTDOCS= *.html
PORTEXAMPLES= pam-httpd.sample
AP_FAST_BUILD= yes
AP_GENPLIST= yes
AP_EXTRAS+= -lpam
post-install:
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/samples/httpd ${EXAMPLESDIR}/pam-httpd.sample
.endif
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/
.endif
.include <bsd.port.mk>