blob: 795739e2e8ca6bb2f73057df0a4900de71aa0269 (
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= libgepub
PORTVERSION= 0.7.3
PORTREVISION= 1
CATEGORIES= textproc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= GObject based library for handling and rendering epub documents
WWW= https://gitlab.gnome.org/GNOME/libgepub
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3
USES= compiler:c11 gettext-runtime gnome libarchive meson \
pkgconfig tar:xz
USE_GNOME= glib20 introspection:build libxml2
MESON_ARGS= -Dwidget=false
.include <bsd.port.mk>
|