aboutsummaryrefslogtreecommitdiff
path: root/www/mod_tsunami/Makefile
blob: 493f98fc092ec7a853aeb5f5591c4714533bda35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:	mod_tsunami
# Date created:				10 April 2001
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	mod_tsunami
PORTVERSION=	3.0
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

USE_APACHE=	yes
DOCS=		AUTHORS Changelog

do-build:
	@cd ${WRKSRC} && ${APXS} -c mod_tsunami.c

do-install:
	${APXS} -i -A -n tsunami ${WRKSRC}/mod_tsunami.so
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
	@${CP} -R ${WRKSRC}/docs/* ${DOCSDIR}
.endif

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>