pkgsrc/print/tex-tex4ebook/Makefile
markd 54afa8f274 tex-tex4ebook{,-doc}: update to 0.2c
New feature:
- \Configure{@author} - commands that produce HTML tags used inside the
  \author command may result in invalid ePub file. Local redefinitions
  of such commands may be put in this configuration to suppress their
  default behaviour.
Example: \Configure{@author}{\let\footnote\@gobble}

Bug fixes:
- fixed several issues that could result in an invalid ePub file.
2019-05-11 23:33:45 +00:00

27 lines
785 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/05/11 23:33:45 markd Exp $
DISTNAME= tex4ebook
PKGNAME= tex-${DISTNAME}-0.2c
TEXLIVE_REV= 50512
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"