# New ports collection makefile for:	mod_tsunami
# Date created:				10 April 2001
# Whom:					will
#
# $FreeBSD: ports/www/mod_tsunami/Makefile,v 1.12 2009/05/18 10:59:18 pgollucci Exp $
#

PORTNAME=	mod_tsunami
PORTVERSION=	3.0
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://bertrand.demiddelaer.org/mod_tsunami/

MAINTAINER=	ale@FreeBSD.org
COMMENT=	Apache module which dynamically limits a site's slot usage

MAKE_JOBS_SAFE=  yes

USE_APACHE=	1.3
AP_FAST_BUILD=	yes

DOCS=		AUTHORS Changelog

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}/
.for f in ${DOCS}
	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
	@${CP} -R ${WRKSRC}/docs/* ${DOCSDIR}/
.endif
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
