aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_backhand/Makefile
blob: f42e07c434c79fb12248c2b0589a974c25b26201 (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
# New ports collection makefile for:    mod_backhand
# Date created:             10 April 2001
# Whom:                 will
#
# $FreeBSD$
#

PORTNAME=   mod_backhand
PORTVERSION=    1.2.2
PORTREVISION=   1
CATEGORIES= www
MASTER_SITES=   http://mirrors.omniti.com/mod_backhand/ \
        http://people.FreeBSD.org/~seanc/ports/mod_backhand/

MAINTAINER= seanc@FreeBSD.org
COMMENT=    Apache module that allows seamless redirection and load balancing of HTTP requests

USE_APACHE= yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-apxs="${APXS}"

# mod_backhand's install target is buggered.
do-install:
    ${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so

.include <bsd.port.mk>