summaryrefslogtreecommitdiff
path: root/mail/claws-mail-bogofilter/Makefile
diff options
context:
space:
mode:
authorsmb <smb>2007-08-03 02:34:35 +0000
committersmb <smb>2007-08-03 02:34:35 +0000
commit2f8c64434568ad1a1626a558927b209fed898ce5 (patch)
treeb28e767b43e92c44b5968f9d0ba0efa084ccb963 /mail/claws-mail-bogofilter/Makefile
parentd7b2fbb61b49c58422e692f9384c5b8d1e79d464 (diff)
downloadpkgsrc-2f8c64434568ad1a1626a558927b209fed898ce5.tar.gz
Add claws-mail 2.10.0 and many of the plug-ins
Diffstat (limited to 'mail/claws-mail-bogofilter/Makefile')
-rw-r--r--mail/claws-mail-bogofilter/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/claws-mail-bogofilter/Makefile b/mail/claws-mail-bogofilter/Makefile
new file mode 100644
index 00000000000..1ab3bf983b7
--- /dev/null
+++ b/mail/claws-mail-bogofilter/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:42 smb Exp $
+#
+
+PLUGIN_NAME= bogofilter
+.include "../../mail/claws-mail/plugins.mk"
+
+MAINTAINER= smb@NetBSD.org
+COMMENT= Enables the scanning of incoming mail using Bogofilter
+
+CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
+
+DEPENDS+= claws-mail>=2.10.0:../../mail/claws-mail
+DEPENDS+= bogofilter>=1.0.3nb1:../../mail/bogofilter
+
+.include "../../x11/gtk2/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"