diff options
Diffstat (limited to 'www/squirm/Makefile')
-rw-r--r-- | www/squirm/Makefile | 31 |
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> |