freebsd-ports/mail/claws-mail-fancy/Makefile
Pawel Pekala 4e3e241093 Update to Claws Mail 3.9.1 release
Changelog: http://claws-mail.org/news.php

claws-mail:
- Now whole release is distributed as one file
- Move common stuff to Makefile.claws
- Cleanup many accumulated, old and not needed things
- Move bogofilter, pgp and spamassassin plugins to separate ports
- Dillo plugin was dropped so drop option for it

plugins:
- All plugins ports are now slaves to main port
- Remove all distinfo and pkg-plist files - this is
  now handled by main port
- Deprecate cachesaver and gtkhtml2_viewer plugins - they are not
  maintained by upstream anymore
2013-05-11 14:10:28 +00:00

15 lines
335 B
Makefile

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