freebsd-ports/textproc/libgepub/Makefile
Mark Linimon 4a170366dd This port now requires USES=compiler:c11 to build on GCC-based architectures.
PR:		233887
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-01-03 15:26:20 +00:00

21 lines
486 B
Makefile

# $FreeBSD$
PORTNAME= libgepub
PORTVERSION= 0.6.0
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>