freebsd-ports/mail/claws-mail-fancy/Makefile
Pawel Pekala 0235ffe129 Add upstream patch fixing htmlview display regressions. Due to webkit
internal changes htmlview can show blank page or contents of previous
email html part.
2017-06-16 18:46:44 +00:00

15 lines
331 B
Makefile

# Created by: Pawel Pekala <c0rn@o2.pl>
# $FreeBSD$
PORTNAME= fancy
PORTREVISION= 1
COMMENT= Webkit based HTML renderer plugin for Claws Mail
LIB_DEPENDS= libsoup-gnome-2.4.so:devel/libsoup-gnome \
libwebkitgtk-1.0.so:www/webkit-gtk2
CLAWS_PLUGINS_BUILD= fancy
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>