# $Id: Portfile,v 1.17 2005/06/27 16:48:32 mij Exp $

PortSystem 1.0
name		spamprobe
version		1.2a
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	sourceforge

checksums	md5 f42b36d8056841bb132bb5c8857896c1

depends_lib	lib:libdb-4:db4

configure.args	--with-db=${prefix}/lib
configure.env	CPPFLAGS="-I${prefix}/include/db4"
