summaryrefslogtreecommitdiff
path: root/mail/claws-mail-managesieve/Makefile
blob: 2a38156b0ca1884d9f790b20aba975e6822eebb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.5 2016/09/19 13:04:22 wiz Exp $
#

PLUGIN_NAME=    managesieve
PKGREVISION= 1
.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"