# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ #inherit eutils DESCRIPTION="Yet Another anitVirus Recipe" HOMEPAGE="http://agriroot.aua.gr/~nikant/nkvir/" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~alpha ~sparc" DEPEND="net-mail/procmail" IUSE="" src_install() { dodir /usr/share/yavr cp ${FILESDIR}/nkvir-rc-${PV} ${D}/usr/share/yavr/nkvir-rc } pkg_postinst() { einfo To activate yavr, put the following at the begining of your \~/.procmail: einfo ewarn \# If you want the porn spam filter on: ewarn PORNSPAM=ON ewarn \# VIRDIR is the directory where the spam will go: ewarn VIRDIR=\$MAILDIR/.Spam ewarn INCLUDERC=/usr/share/yavr/nkvir-rc einfo }