blob: ea0a7d7713216ffed448f05658cc5d9902a4fd2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.25 2019/07/20 22:46:28 wiz Exp $
#
PLUGIN_NAME= managesieve
PKGREVISION= 6
.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"
|