summaryrefslogtreecommitdiff
path: root/www/mod_backhand/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-10 21:22:32 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-10 21:22:32 +0000
commita2bf575209c566b17d3d1c60190874ecc1ad3396 (patch)
tree774f1c4318b3100cef2b8fa57355cd813e488943 /www/mod_backhand/Makefile
parentRemove the OTHER patch. I hate CVS. (diff)
Add mod_backhand 1.1.1pre4, an apache module that allows seamless
redirection of HTTP requests. Prompted by: message on freebsd-mumble@ from rwatson
Notes
Notes: svn path=/head/; revision=41237
Diffstat (limited to '')
-rw-r--r--www/mod_backhand/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/mod_backhand/Makefile b/www/mod_backhand/Makefile
new file mode 100644
index 000000000000..71698673d7f8
--- /dev/null
+++ b/www/mod_backhand/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: mod_backhand
+# Date created: 10 April 2001
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= mod_backhand
+PORTVERSION= 1.1.1pre4
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.cnds.jhu.edu/pub/backhand/
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
+RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
+
+APXS?= ${LOCALBASE}/sbin/apxs
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-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>