blob: 28c76eec805cb44bc489d6f7e534e08dedc037d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.4 2007/10/23 20:16:52 smb Exp $
#
PLUGIN_NAME= dillo_viewer
PLUG_VER= 3.0.1
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= smb@NetBSD.org
COMMENT= Plugin to use the Dillo web browser for html rendering
PKGREVISION= 2
CONFIGURE_ARGS+= --enable-dillo_viewer-plugin
DEPENDS+= claws-mail>=3.0.1:../../mail/claws-mail
DEPENDS+= dillo>=0.8.6nb2:../../www/dillo
.include "../../mail/claws-mail/Makefile.vers"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|