summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2015-12-13 11:16:08 +0000
committermarkd <markd@pkgsrc.org>2015-12-13 11:16:08 +0000
commita3feb84be650c675cd7e053c5a40ec87c7b7dc62 (patch)
tree2c5caebd1f183d3bdccd447c4b8589dc16228780 /mail
parentc1ce34a95e92c1147cfacc67a445de63c9d39374 (diff)
downloadpkgsrc-a3feb84be650c675cd7e053c5a40ec87c7b7dc62.tar.gz
Add claws-mail-managesieve 3.13.0
claws-mail managesieve plugin.
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail-managesieve/DESCR2
-rw-r--r--mail/claws-mail-managesieve/Makefile14
2 files changed, 16 insertions, 0 deletions
diff --git a/mail/claws-mail-managesieve/DESCR b/mail/claws-mail-managesieve/DESCR
new file mode 100644
index 00000000000..aa6669707df
--- /dev/null
+++ b/mail/claws-mail-managesieve/DESCR
@@ -0,0 +1,2 @@
+This plugin lets you manage Sieve filters on servers that support the
+ManageSieve protocol.
diff --git a/mail/claws-mail-managesieve/Makefile b/mail/claws-mail-managesieve/Makefile
new file mode 100644
index 00000000000..048e64ecd10
--- /dev/null
+++ b/mail/claws-mail-managesieve/Makefile
@@ -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"