head	1.6;
access;
symbols;
locks; strict;
comment	@# @;


1.6
date	2012.11.25.09.12.19;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.02.29;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.10.20.09.57.28;	author mm;	state Exp;
branches;
next	1.3;

1.3
date	2012.08.15.01.47.11;	author mm;	state Exp;
branches;
next	1.2;

1.2
date	2012.08.15.01.42.54;	author mm;	state Exp;
branches;
next	1.1;

1.1
date	2012.08.15.01.19.53;	author mm;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307739
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307739 | mm | 2012-11-25 08:51:54 +0000 (Sun, 25 Nov 2012) | 4 lines
## SVN ##
## SVN ## Update c-icap and c-icap-modules to 0.2.3
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	c-icap-modules
# Date created:				15 August 2012
# Whom:					Martin Matuska <mm@@FreeBSD.org>
#
# $FreeBSD: ports/www/c-icap-modules/Makefile,v 1.3 2012/08/15 01:47:11 mm Exp $
#

PORTNAME=	c-icap
PORTVERSION=	0.2.3
CATEGORIES=	www security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.2.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+=	icapapi:${PORTSDIR}/www/c-icap \
		clamav:${PORTSDIR}/security/clamav

GNU_CONFIGURE=	yes
DATADIR=	${PREFIX}/share/c_icap

CFLAGS+=	-DHAVE_STRNSTR

MAN8=		c-icap-mods-sguardDB.8

CONFIGURE_ARGS+=	--enable-static \
			--with-c-icap=${LOCALBASE} \
			--with-clamav=${LOCALBASE}

post-install:
	@@${CP} -np ${PREFIX}/etc/c-icap/srv_url_check.conf.default \
		${PREFIX}/etc/c-icap/srv_url_check.conf
	@@${CP} -np ${PREFIX}/etc/c-icap/virus_scan.conf.default \
		${PREFIX}/etc/c-icap/virus_scan.conf

.include <bsd.port.mk>
@


1.5
log
@Switch exporter over
@
text
@d9 1
a9 1
PORTVERSION=	0.2.2
@


1.4
log
@SVN rev 306174 on 2012-10-20 09:57:28Z by mm

Update to 0.2.2

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@SVN rev 302560 on 2012-08-15 01:47:11Z by mm

Fix LICENSE
@
text
@d9 1
a9 2
PORTVERSION=	0.2.1
PORTREVISION=	1
@


1.2
log
@SVN rev 302558 on 2012-08-15 01:42:54Z by mm

Add security to CATEGORIES
Fix Makefile order
@
text
@d10 1
d19 1
a19 2
LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING
@


1.1
log
@SVN rev 302556 on 2012-08-15 01:19:53Z by mm

c-icap server modules:

virus_scan:
This is an antivirus service which uses the open source
clamav antivirus.

srv_url_check:
This is an URL blacklist/whitelist icap service

WWW: http://c-icap.sourceforge.net/
@
text
@d10 1
a10 1
CATEGORIES=	www
d12 1
a13 1
PKGNAMESUFFIX=	-modules
@

