diff options
author | minskim <minskim> | 2010-02-14 22:14:47 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-02-14 22:14:47 +0000 |
commit | a45a797e1ae01cd77aec11856a9cea08c27ee8de (patch) | |
tree | fca0e476aacfe84e78d64ed0f094e82cd8cff1ba /print/tex-kpathsea-doc/Makefile | |
parent | 0a9711366f9c40f8c1f9b1c83bfc0d34ffece848 (diff) | |
download | pkgsrc-a45a797e1ae01cd77aec11856a9cea08c27ee8de.tar.gz |
Import tex-kpathsea-doc-2009.16044 as print/tex-kpathsea-doc.
This is documentation for tex-kpathsea.
Diffstat (limited to 'print/tex-kpathsea-doc/Makefile')
-rw-r--r-- | print/tex-kpathsea-doc/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/print/tex-kpathsea-doc/Makefile b/print/tex-kpathsea-doc/Makefile new file mode 100644 index 00000000000..a9b8f727b26 --- /dev/null +++ b/print/tex-kpathsea-doc/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/14 22:14:47 minskim Exp $ +# TeX Live Revision 16044 + +DISTNAME= kpathsea.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2009.16044 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Documentation for tex-kpathsea + +INFO_FILES= yes + +TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf + +TEXLIVE_IGNORE_PATTERNS= texmf/doc/info/[kw]* \ + texmf/doc/man + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |