pkgsrc/mail/claws-mail-spamreport/Makefile
joerg 3c71cd31db Directory and file name of spamreport don't agree, so introduce a new
variable and use that to get the correct installation.
2015-11-20 14:32:55 +00:00

15 lines
386 B
Makefile

# $NetBSD: Makefile,v 1.46 2015/11/20 14:32:55 joerg 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
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
.include "../../mk/bsd.pkg.mk"