diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-06-03 02:21:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-06-03 02:21:13 +0000 |
commit | f9a9561a7c21d3109b02135f611cc2f652d7aa46 (patch) | |
tree | 0773fedb2139929c26ef29facf1b515227bfcd4c /www/squid25/Makefile | |
parent | 9e28324574d4b5a6ddc33fe1d93f5a1a909d4dfe (diff) | |
download | ports-f9a9561a7c21d3109b02135f611cc2f652d7aa46.tar.gz ports-f9a9561a7c21d3109b02135f611cc2f652d7aa46.zip |
Notes
Diffstat (limited to 'www/squid25/Makefile')
-rw-r--r-- | www/squid25/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/www/squid25/Makefile b/www/squid25/Makefile new file mode 100644 index 000000000000..0207ae8f4d12 --- /dev/null +++ b/www/squid25/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: squid +# Version required: 1.0.beta11 +# Date created: Fri May 17 04:02:53 EET DST 1996 +# Whom: Andrew Stesin <stesin@elvisti.kiev.ua> +# +# $Id$ +# + +DISTNAME= squid-1.0.beta11 +PKGNAME= squid-1.0b11 +CATEGORIES+= www +MASTER_SITES= ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/ \ + ftp://www.nlanr.net/Software/Squid/ \ + ftp://sunsite.auc.dk/pub/infosystems/squid/ \ + ftp://ftp.net.lut.ac.uk/squid/ +EXTRACT_SUFX= -src.tar.gz + +MAINTAINER= stesin@elvisti.kiev.ua + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc +CONFIGURE_ENV= env "STD_CFLAGS=${CFLAGS}" +STRIP= # won't install scripts correctly othervise. + +post-install: +.for file in cachemgr.cgi client dnsserver ftpget squid + strip ${PREFIX}/bin/${file} +.endfor + +.include <bsd.port.mk> |