blob: 16bd312aa6f371e55ea867093fb9f8c5739021b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.32 2015/04/03 12:34:45 nros Exp $
#
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 "../../mk/bsd.pkg.mk"
|