pkgsrc/print/tex-tex4ebook/Makefile
markd 46d064a6a9 tex-tex4ebook{,-doc}: Add version 0.1e
This is a bundle of lua scripts and LaTeX packages for
conversion of LaTeX files to ebook formats such as epub, mobi
and epub3. tex4ht is used as conversion engine.
2018-01-18 09:52:00 +00:00

27 lines
785 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/01/18 09:52:00 markd Exp $
DISTNAME= tex4ebook
PKGNAME= tex-${DISTNAME}-0.1e
TEXLIVE_REV= 44103
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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"