summaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws-image-viewer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sylpheed-claws-image-viewer/Makefile')
-rw-r--r--mail/sylpheed-claws-image-viewer/Makefile15
1 files changed, 15 insertions, 0 deletions
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"