blob: 0207ae8f4d12024656eb73076580afe44607276d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>
|