# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A Bayesian spam filter" HOMEPAGE="http://www.tuxedo.org/~esr/bogofilter" SRC_URI="http://www.tuxedo.org/~esr/bogofilter/bogofilter-0.7.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="judy" #RDEPEND="" S="${WORKDIR}/bogofilter-0.7" src_compile() { cd ${S} emake CFLAGS="${CFLAGS}" || die } src_install () { make DESTDIR=${D} install || die }