pkgsrc/print/tex-make4ht/Makefile
2018-05-12 00:48:18 +00:00

22 lines
566 B
Makefile

# $NetBSD: Makefile,v 1.2 2018/05/12 00:48:18 markd Exp $
DISTNAME= make4ht
PKGNAME= tex-${DISTNAME}-0.2
TEXLIVE_REV= 47398
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"