freebsd-ports/www/mod_auth_imap/Makefile
Clement Laforet 146dcd05a3 - Fix a condition in bsd.apache.mk
- all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk
  compliant
2005-12-04 14:08:56 +00:00

29 lines
665 B
Makefile

# New ports collection makefile for: mod_auth_imap
# Date created: Jun 5 2004
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_auth_imap
PORTVERSION= 1.1
CATEGORIES= www
MASTER_SITES= http://ben.brillat.net/files/projects/mod_auth_imap/
DIST_SUBDIR= apache
MAINTAINER= apache@FreeBSD.org
COMMENT= An Apache module to provide authentication via an IMAP mail server
USE_APACHE= 13
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= htaccess-example httpd.conf-append-example
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>