# $Id: Portfile,v 1.6 2003/03/03 06:59:16 mij Exp $ PortSystem 1.0 name spamprobe version 0.8b categories mail maintainers mij@opendarwin.org description Spam detector that uses Bayesian analysis homepage http://sourceforge.net/projects/spamprobe/ platforms darwin long_description Spamprobe is a fast, intelligent, automatic spam \ detector using Bayesian analysis of word counts in \ spam and non-spam email. It is intended for use with \ procmail to filter inbound mail. No manual rule \ creation is required. master_sites http://us.dl.sourceforge.net/spamprobe/ \ http://eu.dl.sourceforge.net/spamprobe/ \ ftp://us.dl.sourceforge.net/pub/sourceforge/spamprobe/ \ ftp://ftp.kddlabs.co.jp/sourceforge/spamprobe/ \ ftp://ftp.chg.ru/pub/sourceforge/spamprobe/ checksums md5 a5ddc25dd2d116f3e6f346b027ae034f depends_lib lib:libdb:db4 configure.args --with-db=${prefix}/lib configure.env CPPFLAGS="-I${prefix}/include/db4"