2001-04-10 23:22:32 +02:00
|
|
|
# New ports collection makefile for: mod_backhand
|
|
|
|
# Date created: 10 April 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_backhand
|
2003-10-14 21:09:17 +02:00
|
|
|
PORTVERSION= 1.2.2
|
2006-02-21 09:50:44 +01:00
|
|
|
PORTREVISION= 1
|
2001-04-10 23:22:32 +02:00
|
|
|
CATEGORIES= www
|
2003-10-15 03:22:11 +02:00
|
|
|
MASTER_SITES= http://mirrors.omniti.com/mod_backhand/ \
|
|
|
|
http://people.FreeBSD.org/~seanc/ports/mod_backhand/
|
2001-04-10 23:22:32 +02:00
|
|
|
|
2006-12-13 17:14:17 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Apache module that allows seamless redirection and load balancing of HTTP requests
|
2001-04-10 23:22:32 +02:00
|
|
|
|
2003-11-07 10:12:58 +01:00
|
|
|
USE_APACHE= yes
|
2001-04-10 23:22:32 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-04-13 06:26:12 +02:00
|
|
|
CONFIGURE_ARGS= --with-apxs="${APXS}"
|
2001-04-10 23:22:32 +02: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>
|