ae2e8b0454
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.
16 lines
393 B
Makefile
16 lines
393 B
Makefile
# $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"
|