summaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws-image-viewer
diff options
context:
space:
mode:
authorcube <cube>2004-01-01 21:41:36 +0000
committercube <cube>2004-01-01 21:41:36 +0000
commita48d0bd2d55e8e1c50e17d87ce75a0436c508781 (patch)
tree8c21f60590fda2e9cbfa81426bf515ac883b142d /mail/sylpheed-claws-image-viewer
parent0ca0bbc7967f1b959fd5f3d7b3ec1f1ebf38c7c8 (diff)
downloadpkgsrc-a48d0bd2d55e8e1c50e17d87ce75a0436c508781.tar.gz
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.
Diffstat (limited to 'mail/sylpheed-claws-image-viewer')
-rw-r--r--mail/sylpheed-claws-image-viewer/DESCR4
-rw-r--r--mail/sylpheed-claws-image-viewer/Makefile15
2 files changed, 19 insertions, 0 deletions
diff --git a/mail/sylpheed-claws-image-viewer/DESCR b/mail/sylpheed-claws-image-viewer/DESCR
new file mode 100644
index 00000000000..392c7028a03
--- /dev/null
+++ b/mail/sylpheed-claws-image-viewer/DESCR
@@ -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.
diff --git a/mail/sylpheed-claws-image-viewer/Makefile b/mail/sylpheed-claws-image-viewer/Makefile
new file mode 100644
index 00000000000..4803953044b
--- /dev/null
+++ b/mail/sylpheed-claws-image-viewer/Makefile
@@ -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"