summaryrefslogtreecommitdiffstats
path: root/security/clamav-devel
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-07-22 13:54:09 +0000
committerleeym <leeym@FreeBSD.org>2003-07-22 13:54:09 +0000
commit858382b759597cc16172e92e5ba511051457cb23 (patch)
treeb4d4cf9c446acc37ff937505d71f0720ac379097 /security/clamav-devel
parentc7824ce32f3efa6a3a675ed974143f8d88916969 (diff)
downloadFreeBSD-ports-858382b759597cc16172e92e5ba511051457cb23.zip
FreeBSD-ports-858382b759597cc16172e92e5ba511051457cb23.tar.gz
add a knob of WITH_MILTER in Makefile and update description.
Submitted by: Rob <rob@debank.tv> (maintainer)
Diffstat (limited to 'security/clamav-devel')
-rw-r--r--security/clamav-devel/Makefile3
-rw-r--r--security/clamav-devel/pkg-descr4
2 files changed, 4 insertions, 3 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile
index dfed397..c0b4725 100644
--- a/security/clamav-devel/Makefile
+++ b/security/clamav-devel/Makefile
@@ -39,7 +39,8 @@ MAN8= clamd.8
.include <bsd.port.pre.mk>
-.if exists(/usr/include/libmilter/mfapi.h)
+.if defined(WITH_MILTER)
+USE_GCC= 3.2
CONFIGURE_ARGS+= --enable-milter
PLIST_SUB+= CLAMAV-MILTER:=""
.else
diff --git a/security/clamav-devel/pkg-descr b/security/clamav-devel/pkg-descr
index 130ab02..0b742a8 100644
--- a/security/clamav-devel/pkg-descr
+++ b/security/clamav-devel/pkg-descr
@@ -2,5 +2,5 @@ This is a snapshot version of Clam Antivirus. Clam Antivirus
is a command line virus scanner written entirely in C its
database is kept up to date. It also detects polymorphic
viruses, scans compressed files and is supported by AMaViS.
-On FreeBSD 4.X the milter interface isn't built by default because
-it needs gcc30 or higher.
+Optionally you can use the clamav-milter interface to connect
+clamav with sendmail.
OpenPOWER on IntegriCloud