diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-06-24 16:34:05 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-06-24 16:34:05 +0000 |
commit | be7f05ecce1eb02d20cb05cb8552a0e5f69c01cb (patch) | |
tree | 59d6fb80b6069d2f49ecd69cfacd001791cad4b1 /security/clamav/Makefile | |
parent | Update to 3.6 (diff) |
* Upgrade to 0.60.
* Add --enable-bigstack.
PR: ports/53632
Submitted by: Rob <rob@debank.tv>
Approved by: maintainer
Diffstat (limited to 'security/clamav/Makefile')
-rw-r--r-- | security/clamav/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index d051d1a3ce56..9f1a412b6d62 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -6,13 +6,11 @@ # PORTNAME= clamav -PORTVERSION= 0.54 -PORTREVISION= 1 +PORTVERSION= 0.60 CATEGORIES= security MASTER_SITES= http://clamav.elektrapro.com/stable/ \ http://clamav.essentkabel.com/stable/ - MAINTAINER= markun@onohara.to COMMENT= Command line virus scanner written entirely in C @@ -22,7 +20,6 @@ RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ zoo:${PORTSDIR}/archivers/zoo \ arc:${PORTSDIR}/archivers/arc \ unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth USE_GMAKE= yes GNU_CONFIGURE= yes @@ -30,9 +27,11 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --disable-clamav +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --disable-clamav \ + --enable-bigstack -MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 +MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 clamav-milter.1 MAN5= clamav.conf.5 MAN8= clamd.8 |