- Update to 3.19.0 - Reset PORTREVISION where apropriate (notably in slave ports) And while here, also portclippy and portfmt a bit. Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) PR: 263059
19 lines
447 B
Makefile
19 lines
447 B
Makefile
# Created by: Rozhuk Ivan <rozhuk.im@gmail.com>
|
|
|
|
PORTNAME= litehtml_viewer
|
|
|
|
COMMENT= Viewer plugin for HTML emails, using the litehtml library
|
|
|
|
USES+= compiler:c++11-lang gnome
|
|
USE_GNOME= cairo glib20
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libgumbo.so:devel/gumbo \
|
|
libcurl.so:ftp/curl
|
|
|
|
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
|
|
|
post-configure:
|
|
@${RM} ${WRKSRC}/version
|
|
|
|
.include "../claws-mail/Makefile.claws"
|
|
.include <bsd.port.mk>
|