aboutsummaryrefslogtreecommitdiff
path: root/textproc/libgepub/Makefile
blob: 6a62b1b8545045cc1073d92207df2d6f4c5f05e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	libgepub
PORTVERSION=	0.6.0
PORTREVISION=	2
CATEGORIES=	textproc gnome
MASTER_SITES=	GNOME

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	GObject based library for handling and rendering epub documents

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
		libsoup-2.4.so:devel/libsoup

USES=		compiler:c11 gettext-runtime gnome libarchive meson pkgconfig \
		tar:xz
USE_GNOME=	gtk30 introspection:build libxml2

.include <bsd.port.mk>