aboutsummaryrefslogblamecommitdiff
path: root/www/mod_backhand/Makefile
blob: 1c5e36b7331fa305c4143029611bc54cb33ed308 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                     
                     
                 
                   

                                                                    
 
                                 
                                                                                                  
 
                   
                   
                                     





                                                                       
# 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=	ports@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>