aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_throttle/Makefile
blob: 03fefa7aa4bd5c4fedc58711cb12abf8a5a461b1 (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
36
37
38
39
40
# New ports collection makefile for:    mod_throttle
# Date created:         11 February 2001
# Whom:             Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#

PORTNAME=   mod_throttle
PORTVERSION=    3.1.2
PORTREVISION=   1
CATEGORIES= www
MASTER_SITES=   http://www.snert.com/Software/mod_throttle/ \
        http://atreides.freenix.no/~anders/
DISTNAME=   ${PORTNAME}${PORTVERSION:S/.//g}
EXTRACT_SUFX=   .tgz

MAINTAINER= anders@FreeBSD.org
COMMENT=    An Apache module that provides bandwidth & request throttling

USE_APACHE= yes
WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

DOCS=       CHANGES.txt LICENSE.txt index.shtml

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

do-install:
    ${APXS} -i -A -n throttle ${WRKSRC}/mod_throttle.so
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/mod_throttle
.for f in ${DOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/mod_throttle/
.endfor
.endif
    @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
    ${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>