1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/mod_bw/Makefile
2009-05-17 07:24:35 +00:00

36 lines
687 B
Makefile

# New ports collection makefile for: mod_bw
# Date created: Sep 11 2005
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_bw
PORTVERSION= 0.8
CATEGORIES= www
MASTER_SITES= http://www.ivn.cl/apache/files/source/
EXTRACT_SUFX= .tgz
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
COMMENT= Bandwidth and Connection control per Virtual Host or Directory
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/mod_bw
USE_APACHE= 20+
AP_FAST_BUILD= YES
AP_GENPLIST= YES
SRC_FILE= mod_bw.c
PORTDOCS= LICENSE mod_bw.txt
post-install:
.ifndef NOPORTDOCS
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && \
${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>