diff options
Diffstat (limited to 'print/tex-cjkutils-doc/Makefile')
-rw-r--r-- | print/tex-cjkutils-doc/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/tex-cjkutils-doc/Makefile b/print/tex-cjkutils-doc/Makefile new file mode 100644 index 00000000000..1bac20c928a --- /dev/null +++ b/print/tex-cjkutils-doc/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/10/19 22:51:58 minskim Exp $ + +DISTNAME= cjkutils.doc +PKGNAME= tex-${DISTNAME:S/./-/}-4.8.2 +TEXLIVE_REV= 23089 + +MAINTAINER= rxg@NetBSD.org,hubertf@NetBSD.org +COMMENT= Documentation for tex-cjkutils + +TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf + +TEXLIVE_IGNORE_PATTERNS+= texmf/doc/man + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |