pkgsrc/print/tex-make4ht/Makefile
2019-12-06 20:17:03 +00:00

23 lines
589 B
Makefile

# $NetBSD: Makefile,v 1.8 2019/12/06 20:21:57 markd Exp $
DISTNAME= make4ht
PKGNAME= tex-${DISTNAME}-0.2g
TEXLIVE_REV= 51215
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
TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"