7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
27 lines
680 B
Makefile
27 lines
680 B
Makefile
# New ports collection makefile for: mod_backhand
|
|
# Date created: 10 April 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_backhand
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.cnds.jhu.edu/pub/backhand/
|
|
|
|
MAINTAINER= seanc@FreeBSD.org
|
|
COMMENT= Apache module that allows seamless redirection and load balancing of HTTP requests
|
|
|
|
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
|
|
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
|
|
|
|
APXS?= ${LOCALBASE}/sbin/apxs
|
|
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>
|