openbsd-ports/mail/spambayes/Makefile
jasper 41fb9bf5e6 import spambayes 1.1a4
SpamBayes is a tool used to segregate unwanted mail (spam) from the mail
you want (ham). Before SpamBayes can be your spam filter of choice you
need to train it on representative samples of email you receive. After
it's been trained, you use SpamBayes to classify new mail according to
its spamminess and hamminess qualities.

from Will Maier (MAINTAINER), with some small tweaks by me
2007-07-18 10:08:27 +00:00

34 lines
799 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/07/18 10:08:27 jasper Exp $
COMMENT= statistical anti-spam filter
DISTNAME= spambayes-1.1a4
CATEGORIES= mail lang/python
HOMEPAGE= http://www.spambayes.org/
MAINTAINER= Will Maier <willmaier@ml1.net>
# PSF
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spambayes/}
MODULES= lang/python
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/spambayes
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/spambayes
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/spambayes/
.for file in muttrc procmailrc spambayes.el
${INSTALL_DATA} ${WRKSRC}/contrib/${file} ${PREFIX}/share/examples/spambayes/
.endfor
.include <bsd.port.mk>