blob: 2e80d86f9eb6378395273a4152aaa29327d7a1f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.2 2004/01/03 18:49:45 reed Exp $
#
PLUGIN_NAME= image_viewer
.include "../../mail/sylpheed-claws/plugins.mk"
PKGREVISION= 1
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"
|