c-icap is an implementation of an ICAP server. It can be used with HTTP proxies that support the ICAP protocol to implement content adaptation and filtering services. Squid 3.x and most commercial HTTP proxies support the ICAP protocol.
9 lines
181 B
Makefile
9 lines
181 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/16 09:59:35 sthen Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += c-icap
|
|
SUBDIR += modules
|
|
SUBDIR += squidclamav
|
|
|
|
.include <bsd.port.subdir.mk>
|