summaryrefslogtreecommitdiff
path: root/mail/claws-mail-managesieve/Makefile
blob: 6f0c6c267f2db22161fa19d685531794a31bc3cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.10 2017/03/04 01:51:05 mef Exp $
#

PLUGIN_NAME=    managesieve
.include "../../mail/claws-mail/plugins.mk"

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Manage Sieve filters on servers that support the ManageSieve protocol

CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin

DEPENDS+=	claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail

.include "../../mk/bsd.pkg.mk"