Add claws-mail-managesieve 3.13.0
claws-mail managesieve plugin.
This commit is contained in:
parent
7d3d5f6b82
commit
ee208f0e5a
2 changed files with 16 additions and 0 deletions
2
mail/claws-mail-managesieve/DESCR
Normal file
2
mail/claws-mail-managesieve/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This plugin lets you manage Sieve filters on servers that support the
|
||||
ManageSieve protocol.
|
14
mail/claws-mail-managesieve/Makefile
Normal file
14
mail/claws-mail-managesieve/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/12/13 11:16:08 markd 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"
|
Loading…
Reference in a new issue