Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/mail/claws-mail-fancy/Makefile
16442 views
PORTNAME=	fancy

COMMENT=	Webkit based HTML renderer plugin for Claws Mail
WWW=		https://www.claws-mail.org/plugins.php

LIB_DEPENDS=	libcurl.so:ftp/curl

.include "../claws-mail/Makefile.ver"

.if ${MASTER_OPTIONS:MGTK2}
IGNORE=		depends on www/webkit-gtk2, which has been removed
.endif
.if ${MASTER_OPTIONS:MGTK3}
LIB_DEPENDS+=	libwebkit2gtk-4.0.so:www/webkit2-gtk@40
.endif

CLAWS_PLUGINS_BUILD=	${PORTNAME}

.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>