summaryrefslogtreecommitdiff
path: root/mail/claws-mail-dillo-viewer/Makefile
blob: 92e75e5fbcc9ecbb7ca0903ae72d0a3a0aca5eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:45 smb Exp $
#

PLUGIN_NAME=	dillo_viewer
.include "../../mail/claws-mail/plugins.mk"

MAINTAINER=	smb@NetBSD.org
COMMENT=	Plugin to use the Dillo web browser for html rendering

CONFIGURE_ARGS+=	--enable-dillo_viewer-plugin

DEPENDS+=	claws-mail>=2.10.0:../../mail/claws-mail
DEPENDS+=	dillo>=0.8.6nb2:../../www/dillo

.include "../../x11/gtk2/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"