2003-07-08 20:43:20 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.51 2003/07/08 20:43:20 brad Exp $
|
2001-05-06 04:22:45 +00:00
|
|
|
|
|
|
|
COMMENT= "WWW and FTP proxy cache and accelerator"
|
1998-09-14 01:36:52 +00:00
|
|
|
|
2003-07-07 17:44:43 +00:00
|
|
|
DISTNAME= squid-2.5.STABLE3
|
2003-07-08 20:43:20 +00:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
1998-09-14 01:36:52 +00:00
|
|
|
CATEGORIES= www
|
2002-02-20 01:17:03 +00:00
|
|
|
MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/
|
2003-07-07 17:44:43 +00:00
|
|
|
MASTER_SITES0= http://www.squid-cache.org/Versions/v2/2.5/bugs/
|
2000-03-30 21:59:26 +00:00
|
|
|
DIST_SUBDIR= squid
|
1998-09-14 01:36:52 +00:00
|
|
|
|
2003-07-07 17:44:43 +00:00
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
PATCHFILES= squid-2.5.STABLE3-deny_info.patch:0
|
|
|
|
|
2000-06-10 06:27:25 +00:00
|
|
|
HOMEPAGE= http://www.squid-cache.org/
|
|
|
|
|
2000-09-24 07:03:59 +00:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
1998-09-14 01:36:52 +00:00
|
|
|
|
2003-07-07 17:44:43 +00:00
|
|
|
# GPL
|
2000-03-30 21:59:26 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2002-02-20 01:17:03 +00:00
|
|
|
SQUIDDIR?= /var/squid
|
|
|
|
SUBST_VARS= SQUIDDIR
|
1999-12-09 19:48:17 +00:00
|
|
|
|
2002-02-20 01:17:03 +00:00
|
|
|
FLAVORS= transparent
|
|
|
|
FLAVOR?=
|
2001-01-17 02:38:20 +00:00
|
|
|
|
2002-03-16 18:18:30 +00:00
|
|
|
SEPARATE_BUILD= concurrent
|
2002-02-20 01:17:03 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/cfgaux
|
2002-03-16 18:18:30 +00:00
|
|
|
CONFIGURE_ARGS= --enable-removal-policies="lru heap" \
|
|
|
|
--enable-storeio="ufs diskd" \
|
2003-07-07 17:44:43 +00:00
|
|
|
--enable-ssl \
|
2002-03-16 18:18:30 +00:00
|
|
|
--datadir="${PREFIX}/share/squid" \
|
|
|
|
--localstatedir="${SQUIDDIR}"
|
|
|
|
|
2002-02-20 01:17:03 +00:00
|
|
|
.if ${FLAVOR:L:Mtransparent}
|
|
|
|
CONFIGURE_ARGS+= --enable-pf-transparent
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
2002-04-17 18:03:21 +00:00
|
|
|
@chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/squid
|
1998-09-14 01:36:52 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|