blob: 424d414932360d4e2a977f9ed25f3ee35f4e9879 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.14 2019/08/12 11:27:15 markd Exp $
DISTNAME= tex4ht.doc
PKGNAME= tex-${DISTNAME:S/./-/}-2019.51746
TEXLIVE_REV= 51746
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/tex4ht
COMMENT= Documentation for tex-tex4ht
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|