28d68044e3
changes unknown
19 lines
482 B
Makefile
19 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.21 2022/04/19 04:31:53 markd Exp $
|
|
|
|
DISTNAME= tex4ht
|
|
PKGNAME= tex-${DISTNAME}-2022
|
|
TEXLIVE_REV= 63055
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/tex4ht
|
|
COMMENT= Convert (La)TeX to HTML/XML
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex4ht-[0-9]*:../../print/tex4ht
|
|
|
|
post-patch:
|
|
rm ${WRKDIR}/texmf-dist/scripts/tex4ht/*.sh
|
|
rm ${WRKDIR}/texmf-dist/scripts/tex4ht/mk4ht.pl
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|