diff options
Diffstat (limited to 'print/tex-unicode-data-doc/Makefile')
-rw-r--r-- | print/tex-unicode-data-doc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-unicode-data-doc/Makefile b/print/tex-unicode-data-doc/Makefile new file mode 100644 index 00000000000..62e11530706 --- /dev/null +++ b/print/tex-unicode-data-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2016/06/16 04:06:18 markd Exp $ + +DISTNAME= unicode-data.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.4a +TEXLIVE_REV= 39808 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/unicode-data +COMMENT= Documentation for tex-unicode-data +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |