pkgsrc/print/foliate/Makefile
fox 45cdf8994a Import of foliate 1.5.3 as print/foliate.
Foliate is a simple and modern GTK eBook viewer, built with GJS and
Epub.js.
2019-10-12 13:45:20 +00:00

47 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2019/10/12 13:45:20 fox Exp $
DISTNAME= foliate-1.5.3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=johnfactotum/}
EXTRACT_USING= bsdtar
MAINTAINER= fox@NetBSD.org
COMMENT= Simple and modern GTK eBook viewer
HOMEPAGE= https://johnfactotum.github.io/foliate/
LICENSE= gnu-gpl-v3
USE_TOOLS+= pkg-config msgfmt xgettext
BUILD_DEPENDS+= gjs>=1.52.0:../../lang/gjs
SUBST_CLASSES+= pyvers
SUBST_MESSAGE.pyvers= Substitute the correct python version.
SUBST_STAGE.pyvers= pre-configure
SUBST_FILES.pyvers= src/main.js
SUBST_VARS.pyvers+= PYVERSSUFFIX
# Fails without GNU msgfmt
USE_BUILTIN.gettext= no
REPLACE_PYTHON+= build-aux/meson/postinstall.py
REPLACE_PYTHON+= src/assets/KindleUnpack/*.py
INSTALLATION_DIRS+= libexec/foliate
pre-install:
${RM} -f ${WRKSRC}/src/assets/KindleUnpack/*.orig
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/com.github.johnfactotum.Foliate \
${DESTDIR}${PREFIX}/libexec/foliate/com.github.johnfactotum.Foliate
${LN} -s -f ${DESTDIR}${PREFIX}/libexec/foliate/com.github.johnfactotum.Foliate \
${DESTDIR}${PREFIX}/bin/foliate
.include "../../devel/meson/build.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/application.mk"
BUILDLINK_API_DEPENDS.webkit-gtk+= webkit-gtk>=2.24.0
.include "../../www/webkit-gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"