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
|
2001-04-10 23:22:32 +02:00
|
|
|
CATEGORIES= www
|
2003-10-14 21:09:17 +02:00
|
|
|
MASTER_SITES= http://people.FreeBSD.org/~seanc/ports/mod_backhand/
|
2001-04-10 23:22:32 +02:00
|
|
|
|
2002-09-04 21:41:43 +02:00
|
|
|
MAINTAINER= seanc@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
|
|
|
|
|
|
|
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
|
|
|
|
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
|
|
|
|
|
|
|
|
APXS?= ${LOCALBASE}/sbin/apxs
|
|
|
|
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>
|