Initial import of sylpheed-claws-image-viewer, version 0.9.7 into the

NetBSD Package Collection.

Using imlib, image-viewer allows Sylpheed-claws to display attached images in
the visualisation panel.

You must manually load the plugin through Configuration/Plugins.
This commit is contained in:
cube 2004-01-01 21:41:36 +00:00
parent 83067a350e
commit f422577ea1
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,4 @@
Using imlib, image-viewer allows Sylpheed-claws to display attached images in
the visualisation panel.
You must manually load the plugin through Configuration/Plugins.

View file

@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 21:41:36 cube Exp $
#
PLUGIN_NAME= image_viewer
.include "../../mail/sylpheed-claws/plugins.mk"
MAINTAINER= cube@NetBSD.org
COMMENT= Plugin to allow Sylpheed-claws to display images attached to mails
CONFIGURE_ARGS+= --enable-image-viewer-plugin
.include "../../x11/gtk/buildlink2.mk"
.include "../../graphics/imlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"