blob: 7569b1303c5b01a98755c5a1b9657f751b5194c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.20 2012/03/03 00:14:25 wiz Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
PLUGIN_NAME= spamassassin
.include "../../mail/claws-mail/plugins.mk"
PKGREVISION= 2
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"
|