summaryrefslogtreecommitdiff
path: root/mail/spamprobe/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2004-01-05 22:11:15 +0000
committerhubertf <hubertf@pkgsrc.org>2004-01-05 22:11:15 +0000
commit6a258147e897c4203a6e9e1c96d28a387821de3a (patch)
treee0afb0633b0ef2a1b3f64500e339bb12328d6683 /mail/spamprobe/Makefile
parent85c85b9dcbb517b7b086abd28cd841c1c4b5e72e (diff)
downloadpkgsrc-6a258147e897c4203a6e9e1c96d28a387821de3a.tar.gz
Update to spamprobe-0.9e.
Too many changes to list, the old pkg was from 2002(!) Update probided by ohub @ #NetBSD/IRCnet, buildlink3 code OK'd by jlam.
Diffstat (limited to 'mail/spamprobe/Makefile')
-rw-r--r--mail/spamprobe/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile
index 1cf6985f593..412754f34b9 100644
--- a/mail/spamprobe/Makefile
+++ b/mail/spamprobe/Makefile
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.5 2003/12/01 12:16:14 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/05 22:11:15 hubertf Exp $
-DISTNAME= spamprobe-0.8b
-PKGREVISION= 1
+DISTNAME= spamprobe-0.9e
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/}
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= oherrala@ee.oulu.fi
HOMEPAGE= http://spamprobe.sourceforge.net/
COMMENT= Spam detector using Bayesian analysis of word counts
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-db=${BUILDLINK_PREFIX.db4}/include/db4
-.include "../../databases/db4/buildlink2.mk"
+.include "../../databases/db4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"