summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/sylpheed-claws-dillo-viewer/DESCR6
-rw-r--r--mail/sylpheed-claws-dillo-viewer/Makefile16
2 files changed, 22 insertions, 0 deletions
diff --git a/mail/sylpheed-claws-dillo-viewer/DESCR b/mail/sylpheed-claws-dillo-viewer/DESCR
new file mode 100644
index 00000000000..b1ba4f537b1
--- /dev/null
+++ b/mail/sylpheed-claws-dillo-viewer/DESCR
@@ -0,0 +1,6 @@
+Using Dillo, a very light web browser, the dillo-viewer plugin allows
+Sylpheed-claws to render HTML attachments. Note that it is done in a somewhat
+secure way, by passing the -s argument to Dillo, which prevents it from making
+any Internet connection.
+
+You must manually load the plugin through Configuration/Plugins.
diff --git a/mail/sylpheed-claws-dillo-viewer/Makefile b/mail/sylpheed-claws-dillo-viewer/Makefile
new file mode 100644
index 00000000000..7d1491266ed
--- /dev/null
+++ b/mail/sylpheed-claws-dillo-viewer/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 21:42:34 cube Exp $
+#
+
+PLUGIN_NAME= dillo_viewer
+.include "../../mail/sylpheed-claws/plugins.mk"
+
+MAINTAINER= cube@NetBSD.org
+COMMENT= Plugin to allow Sylpheed-claws to render HTML attachments
+
+DEPENDS+= dillo>=0.7.2:../../www/dillo
+
+CONFIGURE_ARGS+= --enable-dillo-viewer-plugin
+
+.include "../../x11/gtk/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"