16 lines
459 B
Makefile
16 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.35 2016/03/05 11:28:46 jperkin Exp $
|
|
#
|
|
|
|
PLUGIN_NAME= spamassassin
|
|
PKGREVISION= 1
|
|
.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"
|