2001-04-10 21:22:32 +00:00
|
|
|
# New ports collection makefile for: mod_backhand
|
|
|
|
# Date created: 10 April 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_backhand
|
2003-10-14 19:09:17 +00:00
|
|
|
PORTVERSION= 1.2.2
|
2001-04-10 21:22:32 +00:00
|
|
|
CATEGORIES= www
|
2003-10-15 01:22:11 +00:00
|
|
|
MASTER_SITES= http://mirrors.omniti.com/mod_backhand/ \
|
|
|
|
http://people.FreeBSD.org/~seanc/ports/mod_backhand/
|
2001-04-10 21:22:32 +00:00
|
|
|
|
2002-09-04 19:41:43 +00:00
|
|
|
MAINTAINER= seanc@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Apache module that allows seamless redirection and load balancing of HTTP requests
|
2001-04-10 21:22:32 +00:00
|
|
|
|
2003-11-07 09:12:58 +00:00
|
|
|
USE_APACHE= yes
|
2001-04-10 21:22:32 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-04-13 04:26:12 +00:00
|
|
|
CONFIGURE_ARGS= --with-apxs="${APXS}"
|
2001-04-10 21:22:32 +00:00
|
|
|
|
|
|
|
# mod_backhand's install target is buggered.
|
|
|
|
do-install:
|
|
|
|
${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|