summaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws-dillo-viewer/Makefile
diff options
context:
space:
mode:
authorcube <cube>2004-01-01 21:42:34 +0000
committercube <cube>2004-01-01 21:42:34 +0000
commit8b593c7b997f3aca4ceb43f16c0333812b331128 (patch)
tree197a300e00116099bc787764ac5de776a93a3b8c /mail/sylpheed-claws-dillo-viewer/Makefile
parenta48d0bd2d55e8e1c50e17d87ce75a0436c508781 (diff)
downloadpkgsrc-8b593c7b997f3aca4ceb43f16c0333812b331128.tar.gz
Initial import of sylpheed-claws-dillo-viewer, version 0.9.7, into the
NetBSD Package Collection. 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.
Diffstat (limited to 'mail/sylpheed-claws-dillo-viewer/Makefile')
-rw-r--r--mail/sylpheed-claws-dillo-viewer/Makefile16
1 files changed, 16 insertions, 0 deletions
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"