pkgsrc/mail/claws-mail-spamassassin/Makefile
drochner 64c2f145ec update to 3.7.10
changes:
-UI and logging improvements
-documentation/i18n updates
-bugfixes
2011-09-12 17:43:05 +00:00

18 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.18 2011/09/12 17:43:07 drochner Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
PLUGIN_NAME= spamassassin
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Enables the scanning of incoming mail using SpamAssassin
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
DEPENDS+= spamassassin>=3.2.5:../../mail/spamassassin
.include "../../mail/claws-mail/Makefile.vers"
.include "../../mk/bsd.pkg.mk"