aboutsummaryrefslogtreecommitdiffstats
path: root/mail/claws-mail-litehtml_viewer/Makefile
blob: 672b475ccd2879170a6835734fdeb1b2669a5787 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	litehtml_viewer
PORTREVISION=	1

COMMENT=	Viewer plugin for HTML emails, using the litehtml library
WWW=		https://www.claws-mail.org/plugins.php

LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2 \
		libgumbo.so:devel/gumbo \
		libcurl.so:ftp/curl

USE_GNOME=	cairo glib20

# The configure script does not set REAL_CXX if CXX contains an absolute path.
CONFIGURE_ENV=	REAL_CXX="${CXX}"

CLAWS_PLUGINS_BUILD=	${PORTNAME}

post-configure:
	@${RM} ${WRKSRC}/version

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