freebsd-ports/mail/claws-mail-litehtml_viewer/Makefile
Milan Obuch 32ad969046 mail/claws-mail: Update to 3.19.0
- 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
2022-05-20 11:31:53 +02:00

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>