a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20332 2006-11-02 00:31:05Z blair@macports.org $
PortSystem 1.0
name spamprobe
version 1.2a
categories mail
maintainers mij@macports.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"