17 lines
406 B
Makefile
17 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.87 2021/07/13 12:35:12 nia Exp $
|
|
#
|
|
|
|
PLUGIN_NAME= spam_report
|
|
PLUGIN_FILE= spamreport
|
|
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Report spam to various places
|
|
|
|
TOOLS_BROKEN+= perl
|
|
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
|
|
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|