freebsd-ports/mail/dovecot2-antispam-plugin/Makefile
Martin Wilke 718d353f40 The dovecot antispam plugin is aimed to help in spam systems training.
Consider the following scenario. Your mailbox is flooded with tons of
mail.  They are delivered to the configured folders based on the
arbitrary spam system judgement. This judgement is not always correct
or not always what you would like it to be, however. This is where
this plugin comes into play.

All you have to do is move the mail into the correct folder. All the
rest in order to let the spam system know it made an error will be
done automatically by this plugin.

It watches for when you move the mail to some folder and acts
accordingly.  The advantage of this approach is that the mail ends up
in the right target folder directly and needs not be touched twice.

WWW: http://hg.dovecot.org/dovecot-antispam-plugin/

PR:		ports/154063
Submitted by:	Denis Shaposhnikov <dsh at bamus.cz>
2011-03-04 05:52:57 +00:00

37 lines
882 B
Makefile

# New ports collection makefile for: dovecot2-antispam-plugin
# Date created: Sat Jan 15 15:46:01 CET 2011
# Whom: Denis Shaposhnikov <dsh@bamus.cz>
#
# $FreeBSD$
#
PORTNAME= dovecot2-antispam-plugin
PORTVERSION= 20101222
CATEGORIES= mail
MASTER_SITES= http://www.bamus.cz/distfiles/
DISTFILES= dovecot-antispam-plugin-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= dsh@bamus.cz
COMMENT= The dovecot 2.x plugin for spam systems training.
BUILD_DEPENDS= ${RUN_DEPENDS} \
gawk:${PORTSDIR}/lang/gawk
RUN_DEPENDS= dovecot>=2.0.7:${PORTSDIR}/mail/dovecot2
CONFLICTS= dovecot-antispam-1.*
WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-43880985e3dd
USE_AUTOTOOLS= aclocal autoheader autoconf
USE_BZIP2= yes
USE_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= ${PREFIX}/lib/dovecot
ACLOCAL_ARGS= -I m4
MAN7= dovecot-antispam.7
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>