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
|
2001-12-11 10:50:16 +01:00
|
|
|
PORTVERSION= 1.2.1
|
2001-04-10 23:22:32 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ftp://ftp.cnds.jhu.edu/pub/backhand/
|
|
|
|
|
2002-09-04 21:41:43 +02:00
|
|
|
MAINTAINER= seanc@FreeBSD.org
|
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>
|