b9f1502473
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.
22 lines
567 B
Makefile
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"
|