pkgsrc/mail/claws-mail-gtkhtml/Makefile
gls 846f5f589f Update mail/claws-mail to 3.7.8, and sync plugins.
Upstream changes:

* Bug fixes:
- rfe 2309, 'Shortcuts should not be modifiable by default'
- bug 2313, 'CLI quicksearch sometimes returns the same
messages twice'
- bug 2317, 'Action results in "Bad file descriptor"
- PGP/Core: Win32 build fix
- NNTP: fix replying (broken in corner case)
- fix configure option --disable-manual
- One more GTK+ 2.22 build fix
- Debian bug 599547, 'Please re-introduce quick shortcut for
marking as spam'
2011-03-19 14:52:07 +00:00

35 lines
934 B
Makefile

# $NetBSD: Makefile,v 1.28 2011/03/19 14:52:09 gls Exp $
#
DISTNAME= gtkhtml2_viewer-0.29
PKGNAME= claws-mail-gtkhtml2_viewer-0.29
CATEGORIES= mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Renders HTML mail using the gtkhtml2 rendering widget
PKG_DESTDIR_SUPPORT= user-destdir
PLIST_SRC+= PLIST
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c
DEPENDS+= html2ps>=1.0b4nb4:../../print/html2ps
.include "../../mail/claws-mail/Makefile.vers"
.include "../../mail/claws-mail/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../www/libgtkhtml/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"