The Fancy plugin for Claws Mail renders HTML email using the GTK+ port of WebKit library.
27 lines
768 B
Makefile
27 lines
768 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/03/17 14:27:45 roelants Exp $
|
|
#
|
|
|
|
DISTNAME= fancy-0.9.15
|
|
PKGNAME= claws-mail-${DISTNAME}
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
|
|
|
MAINTAINER= dieter.NetBSD@pandora.be
|
|
HOMEPAGE= http://www.claws-mail.org/downloads/plugins/
|
|
COMMENT= Renders HTML e-mail using the WebKit library
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
.include "../../mail/claws-mail/Makefile.vers"
|
|
.include "../../mail/claws-mail/buildlink3.mk"
|
|
#.include "../../net/libsoup24/buildlink3.mk"
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../www/webkit-gtk/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|