changes: -Enable building with GTK+ 2.22 -QuickSearch can now be run from the command line -Added a hidden option to set a margin in the text area of the Compose window -updated manual and man page -bugfixes -translation updates pkgsrc change: reset MAINTAINER -- he doesn't use the program anymore
21 lines
594 B
Makefile
21 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.17 2010/11/29 17:58:36 drochner Exp $
|
|
#
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PLUGIN_NAME= dillo_viewer
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
MAINTAINER= pkgsrc-users@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>=2.0:../../www/dillo
|
|
|
|
.include "../../mail/claws-mail/Makefile.vers"
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|