pkgsrc/mail/spamprobe/Makefile
zuntum bc7c2317c5 Initial import of mail/spamprobe (version 0.8b)
Spamprobe is a fast, intelligent, automatic spam detector using Bayesian
analysis of terms contained in emails. Works with procmail, maildrop or a
similar tool to produce a complete server or client side spam filtering
system.

Provided by Daniel Farrugia in PR#20286, buildlinkified by me.
2003-02-17 13:53:08 +00:00

16 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/02/17 13:53:08 zuntum Exp $
DISTNAME= spamprobe-0.8b
COMMENT= Spam detector using Bayesian analysis of word counts
CATEGORIES= mail
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://spamprobe.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/}
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-db=${BUILDLINK_PREFIX.db4}/include/db4
.include "../../databases/db4/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"