freebsd-ports/mail/claws-mail-fancy/Makefile
Pawel Pekala a24f72f72e Update Claws Mail and plugins to 3.11.0 release
mail/claws-mail:
- Convert to USES=execinfo shebangfix
- Use path independent (BUILD|RUN)_DEPENDS

Release notes: http://claws-mail.org/news.php
2014-10-26 23:13:00 +00:00

15 lines
355 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= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \
libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
CLAWS_PLUGINS_BUILD= fancy
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>