Fix CLAMAV[_DEVEL][_LOCAL] logic so one can use clamav w/o CLAMAV_LOCAL.

PR:		ports/98709
Submitted by:	Artis Caune <Artis.Caune@latnet.lv>
This commit is contained in:
Ion-Mihai Tetcu 2006-07-07 21:19:05 +00:00
parent 167f1d64b8
commit 7594a83057
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167163

View File

@ -179,18 +179,23 @@ SUB_LIST+= DSPAM_HOME=${DSPAM_HOME}
_SED_SCRIPT+= -e '/%%DAEMON%%/D'
.endif
.ifndef(WITHOUT_CLAMAV) && !defined(WITHOUT_CLAMAV_LOCAL)
.ifndef(WITHOUT_CLAMAV)
CONFIGURE_ARGS+= --enable-clamav
. ifndef(WITHOUT_CLAMAV_LOCAL)
RUN_DEPENDS+= clamav>=0:${PORTSDIR}/security/clamav
SUB_LIST+= CLAMD=clamd
. else
SUB_LIST+= CLAMD=
. endif
.endif
.ifdef(WITH_CLAMAV_DEVEL) && !defined(WITHOUT_CLAMAV_LOCAL)
.ifdef(WITH_CLAMAV_DEVEL)
CONFIGURE_ARGS+= --enable-clamav
. ifndef(WITHOUT_CLAMAV_LOCAL)
RUN_DEPENDS+= clamav-devel>=0:${PORTSDIR}/security/clamav-devel
SUB_LIST+= CLAMD=clamd
.endif
.ifdef(WITHOUT_CLAMAV_LOCAL)
. else
SUB_LIST+= CLAMD=
. endif
.endif
# we need to know if we are building statically or dynamicaly for the plist