ClamCour is a filter for courier MTA using ClamAV for scanning mails for

viruses.

PR:		ports/91740
Submitted by:	Milan Obuch <bsd@dino.sk>
This commit is contained in:
Pav Lucistnik 2006-01-15 15:24:16 +00:00
parent 72b3c9ae3e
commit 9669e20176
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153568
4 changed files with 41 additions and 0 deletions

View File

@ -57,6 +57,7 @@
SUBDIR += clamassassin
SUBDIR += clamav
SUBDIR += clamav-devel
SUBDIR += clamcour
SUBDIR += clamsmtp
SUBDIR += clusterssh
SUBDIR += cmd5checkpw

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: clamcour
# Whom: Milan Obuch
# Date created: January 13 2006
#
# $FreeBSD$
#
PORTNAME= clamcour
PORTVERSION= 0.2.3
CATEGORIES= security mail
MASTER_SITES= http://www.becrux.com/pages/projects/clamcour/
MAINTAINER= bsd@dino.sk
COMMENT= ClamAV courier filter
BUILD_DEPENDS= courier-config:${PORTSDIR}/mail/courier
LIB_DEPENDS= clamav.1:${PORTSDIR}/security/clamav
USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-clamav-config=${LOCALBASE}/bin \
--with-courier-config=${LOCALBASE}/bin
CPPFLAGS+= -I${LOCALBASE}/include
CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
MAN1= clamcour.1
PLIST_FILES= libexec/filters/clamcour
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (clamcour-0.2.3.tar.gz) = 6ff822e2255d151b15a572a23f2ab0fc
SHA256 (clamcour-0.2.3.tar.gz) = 9ac1b7f522aede825351d971b2a2b1c1db8c5fd921903c20c2da12df5c3bc157
SIZE (clamcour-0.2.3.tar.gz) = 308569

View File

@ -0,0 +1,4 @@
ClamCour is Courier filter using Clam Antivirus to check mail for viruses.
WWW: http://www.clamav.net/
http://www.becrux.com/index.php?page=projects&name=clamcour