pkgsrc/mail/spamprobe/Makefile
hubertf bb0410fd2a Update spamprobe to 1.2a.
SpamProbe changes:
 - New email parsing implementation
 - New hash database, in addition to Berkeley DB (bdb/db4)
   (=> Hopefully no more "caught runtime exception: get: DB_PAGE_NOTFOUND:
       Requested page not found" on Linux every other day!)
 - And much more, check the ChangeLog for accurate information

pkgsrc changes:
 - Added db4 database backend to be optional (not requirement anymore)

Patches sent by the maintainer Ossi Herrala <oherrala@ee.oulu.fi>
in private mail.
2005-06-29 00:06:51 +00:00

20 lines
476 B
Makefile

# $NetBSD: Makefile,v 1.14 2005/06/29 00:06:58 hubertf Exp $
DISTNAME= spamprobe-1.2a
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/}
MAINTAINER= oherrala@ee.oulu.fi
HOMEPAGE= http://spamprobe.sourceforge.net/
COMMENT= Spam detector using Bayesian analysis of word counts
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-default-8bit
.include "options.mk"
.include "../../mk/bsd.pkg.mk"