blob: 2772030346b4f8cba83e9562446d5e2d07beab0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Pawel Pekala <c0rn@o2.pl>
# $FreeBSD$
PORTNAME= fancy
PORTREVISION= 0
COMMENT= Webkit based HTML renderer plugin for Claws Mail
LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \
libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
CLAWS_PLUGINS_BUILD= fancy
NO_STAGE= yes
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>
|