head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.01.19;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.02.20.02.16.07;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	samba-virusfilter
# Date created:		06 Dec 2011
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/security/samba-virusfilter/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	samba-virusfilter
PORTVERSION=	0.1.3
CATEGORIES=	security
MASTER_SITES=	http://cloud.github.com/downloads/fumiyas/samba-virusfilter/

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	On-access anti-virus filter for Samba

PATCH_DEPENDS=	smbclient:${PORTSDIR}/net/${SAMBA_PORT}
BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/net/${SAMBA_PORT}:configure

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
ALL_TARGET=			# should empty
CONFIGURE_ARGS=	--with-samba-source=`cd ${PORTSDIR}/net/${SAMBA_PORT}; ${MAKE} -VWRKSRC` \
	--with-clamd=${PREFIX}/sbin/clamd --with-savdid=${PREFIX}/bin/savdid
SAMBA_PORT?=	samba36
USE_AUTOTOOLS=	autoconf autoheader # for net/${SAMBA_PORT} configure
MAKE_ARGS=	SAMBA_DATADIR=${PREFIX}

.include <bsd.port.mk>
@


1.1
log
@This is a set of various Samba VFS modules to scan and filter virus
files on Samba file services with an anti-virus scanner.

Supported Anti-Virus engines:
  - ClamAV (clamd daemon)
  - F-Secure Anti-Virus (fsavd daemon)
  - Sophos Anti-Virus (savdid daemon)

WWW: https://github.com/fumiyas/samba-virusfilter
@
text
@d5 1
a5 1
# $FreeBSD$
@

