summaryrefslogtreecommitdiff
path: root/www/squirm/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-09 01:39:22 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-09 01:39:22 +0000
commitbccc81a91973b11370eef059b3a1460a4748c370 (patch)
tree26f7f180bc780dbce79d7b06deaf39341aa45cd6 /www/squirm/Makefile
parentInitial import of thttpd version 2.04. (diff)
Initial import of squirm version 1.0b.
A fast & configurable redirector for the Squid. PR: 11885 Submitted by: Maxim Sobolev <sobomax@altavista.net>
Notes
Notes: svn path=/head/; revision=19363
Diffstat (limited to 'www/squirm/Makefile')
-rw-r--r--www/squirm/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/www/squirm/Makefile b/www/squirm/Makefile
new file mode 100644
index 000000000000..887f047d466c
--- /dev/null
+++ b/www/squirm/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: squirm
+# Version required: 1.0betaB
+# Date created: 24 May 1999
+# Whom: Maxim Sobolev <sobomax@altavista.net>
+#
+# $Id$
+#
+
+DISTNAME= squirm-1.0betaB
+PKGNAME= squirm-1.0b
+CATEGORIES= www
+MASTER_SITES= http://www.senet.com.au/squirm/ \
+ http://www.elab.co.za/squirm/
+
+MAINTAINER= sobomax@altavista.net
+
+RUN_DEPENDS= ${PREFIX}/sbin/squid:${PORTSDIR}/www/squid22
+
+post-patch:
+ @${PERL} -pi -e "s.%PREFIX%.${PREFIX}.g" ${WRKSRC}/paths.h
+
+post-install:
+ @echo
+ @echo ' +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'
+ @echo ' You have to manually add "redirect_program ${PREFIX}/bin/squirm"'
+ @echo ' into your squid.conf file.'
+ @echo ' For help on configuring squirm try http://www.senet.com.au/squirm/'
+ @echo ' +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'
+ @echo
+
+.include <bsd.port.mk>