mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
db29a7b53b
- Mark MAKE_JOBS_SAFE=yes PR: ports/134608 [1] Approved by: maintainer (via e-mail) [1] Submitted by: me
35 lines
655 B
Makefile
35 lines
655 B
Makefile
# New ports collection makefile for: mod_tsunami
|
|
# Date created: 10 April 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|