# Created by: Martin Matuska # $FreeBSD$ PORTNAME= c-icap PORTVERSION= 0.3.2 PORTREVISION= 3 CATEGORIES= www security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.3.x/ PKGNAMESUFFIX= -modules DISTNAME= c_icap_modules-${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= c-icap modules virus_scan and srv_url_check LICENSE= GPLv2 LIB_DEPENDS+= libicapapi.so:${PORTSDIR}/www/c-icap \ libclamav.so:${PORTSDIR}/security/clamav USES= libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip DATADIR= ${PREFIX}/share/c_icap CFLAGS+= -DHAVE_STRNSTR CONFIGURE_ARGS+= --enable-static \ --with-c-icap=${LOCALBASE} \ --with-clamav=${LOCALBASE} pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/c-icap .include