pkgsrc/mail/claws-mail-dillo-viewer/Makefile
joerg b85a1041c9 Repeat after me: NEVER depend on an exact revision of a package unless
you *really* REALLY mean that. Fix the dependencies of all claws-mail
packages on claws-mail itself. Bump all those revisions. Fix some
indentation while here to be at least basic consistent.
2007-09-23 17:08:00 +00:00

19 lines
519 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/09/23 17:08:01 joerg Exp $
#
PLUGIN_NAME= dillo_viewer
PKGREVISION= 1
.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-${CLAWS_VERSION}{,nb[0-9]*}:../../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"