pkgsrc/www/c-icap/buildlink3.mk
adam f9ed6da750 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.

Most of the commercial HTTP proxies must support the ICAP protocol. The open
source Squid 3.x proxy server supports it.
2011-05-11 04:29:18 +00:00

14 lines
341 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/05/11 04:29:18 adam Exp $
BUILDLINK_TREE+= c-icap
.if !defined(C_ICAP_BUILDLINK3_MK)
C_ICAP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.c-icap+= c-icap>=0.1.5
BUILDLINK_PKGSRCDIR.c-icap?= ../../www/c-icap
.include "../../devel/zlib/buildlink3.mk"
.endif # C_ICAP_BUILDLINK3_MK
BUILDLINK_TREE+= -c-icap