pkgsrc/print/tex-make4ht/Makefile
markd 17d0e88a5b tex-make4ht{,-doc}: update to 0.3f
New features:
 - added JATS output format - the support is still far from complete though

Bug fixes:
 - in the build file utilities
 - in index processing
 - in several extensions and filters
2021-02-15 03:51:10 +00:00

22 lines
565 B
Makefile

# $NetBSD: Makefile,v 1.10 2021/02/15 03:51:10 markd Exp $
DISTNAME= make4ht
PKGNAME= tex-${DISTNAME}-0.3f
TEXLIVE_REV= 56291
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://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"