pkgsrc/mail/spamprobe/Makefile
ghen f3a7bbd06c Update spamprobe to 1.4b (PKGNAME changed to 1.4.2).
Changes in 1.4a:
This release fixes a bug in decoding malformed base64 encoded data that
manifested itself in some architectures. Also corrects a typo in the online
help. Some code cleanup and minor performance tweaks were added as well.

Changes in 1.4b:
This release fixes pair of bugs related to messages with no lines in their
bodies. No new features were added.
2006-08-04 20:12:31 +00:00

21 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.17 2006/08/04 20:12:31 ghen Exp $
DISTNAME= spamprobe-1.4b
PKGNAME= spamprobe-1.4.2
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"