diff options
Diffstat (limited to 'print/tex-luahbtex-doc/Makefile')
-rw-r--r-- | print/tex-luahbtex-doc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-luahbtex-doc/Makefile b/print/tex-luahbtex-doc/Makefile new file mode 100644 index 00000000000..6ebe04ae35e --- /dev/null +++ b/print/tex-luahbtex-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2020/05/10 03:56:42 markd Exp $ + +DISTNAME= luahbtex.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.12.0 +TEXLIVE_REV= 54498 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/luahbtex +COMMENT= Documentation for tex-luahbtex +LICENSE= gnu-gpl-v2 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |