4317686177
0.3b New features: - AZW and AZW3 support - clean up of the generated files using make4ht DOM filters Bugfixes: - fixed XML validity issues for the NCX files 0.3c Bug fix release: some custom elements remained in generated XML files in the Epub 3 format, resulting in non-valid file.
27 lines
786 B
Makefile
27 lines
786 B
Makefile
# $NetBSD: Makefile,v 1.8 2021/02/15 03:56:53 markd Exp $
|
|
|
|
DISTNAME= tex4ebook
|
|
PKGNAME= tex-${DISTNAME}-0.3c
|
|
TEXLIVE_REV= 56878
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/tex4ebook
|
|
COMMENT= Convertor from LaTeX to ebook formats
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-make4ht-[0-9]*:../../print/tex-make4ht
|
|
DEPENDS+= tex-tex4ebook-doc-[0-9]*:../../print/tex-tex4ebook-doc # for tidyconf.conf
|
|
DEPENDS+= tex-tex4ht-[0-9]*:../../print/tex-tex4ht
|
|
DEPENDS+= tidy-[0-9]*:../../www/tidy
|
|
|
|
USE_TOOLS+= zip:run
|
|
|
|
REPLACE_TEXLUA= texmf-dist/scripts/tex4ebook/tex4ebook
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
post-install:
|
|
ln -s ${PREFIX}/share/texmf-dist/scripts/tex4ebook/tex4ebook ${DESTDIR}${PREFIX}/bin/tex4ebook
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|