pkgsrc/print/tex-make4ht/Makefile
markd b9f1502473 tex-make4ht{,-doc}: update to 0.2e
Updated the otdtemplate filter - styles from the template ODT and the
generated ODT files are joined together. This is necessary to support
additional styles added by tex4ht.
2019-02-01 22:35:04 +00:00

22 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/02/01 22:35:04 markd Exp $
DISTNAME= make4ht
PKGNAME= tex-${DISTNAME}-0.2e
TEXLIVE_REV= 49840
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/make4ht
COMMENT= A build system for tex4ht
LICENSE= lppl-1.3c
DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex
REPLACE_TEXLUA= texmf-dist/scripts/make4ht/make4ht
INSTALLATION_DIRS+= bin
post-install:
ln -s ${PREFIX}/share/texmf-dist/scripts/make4ht/make4ht ${DESTDIR}${PREFIX}/bin/make4ht
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"