freebsd-ports/mail/annoyance-filter/Makefile
Sergei Kolobov 101d4c7301 Add annoyance-filter 1.0b, Adaptive Bayesian Junk Mail Filter.
annoyance-filter uses Bayesian statistics to determine the probability
an E-mail message is junk based on an analysis of its contents compared
to collections of known junk and legitimate E-mail.

Suggested by:	phk
2004-01-02 00:31:57 +00:00

35 lines
870 B
Makefile

# New ports collection makefile for: annoyance-filter
# Date created: 2004-01-02
# Whom: Sergei Kolobov <sergei@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= annoyance-filter
PORTVERSION= 1.0b
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.fourmilab.ch/annoyance-filter/
MASTER_SITE_SUBDIR= ${PORTNAME:S/-//}
MAINTAINER= ports@FreeBSD.org
COMMENT= Adaptive Bayesian Junk Mail Filter
#USE_GPG= yes
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
CFLAGS+= ${CPPFLAGS}
MAN1= annoyance-filter.1
DOCS= COPYING INSTALL README *.pdf
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-run ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>