diff options
author | minskim <minskim@pkgsrc.org> | 2012-02-09 21:20:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2012-02-09 21:20:47 +0000 |
commit | 7c3225db08d4940ec03b8278edaf73b182183b8b (patch) | |
tree | ffd4e5ee0f0ee372471af277ff1dda891e68b4cf /print/tex-texdoc-doc/Makefile | |
parent | d869aaa8b335700bd13ba1d3446ca586ddf37a9b (diff) | |
download | pkgsrc-7c3225db08d4940ec03b8278edaf73b182183b8b.tar.gz |
Import tex-texdoc-doc-2011 as print/tex-texdoc-doc.
This is documentation for tex-texdoc.
Diffstat (limited to 'print/tex-texdoc-doc/Makefile')
-rw-r--r-- | print/tex-texdoc-doc/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/tex-texdoc-doc/Makefile b/print/tex-texdoc-doc/Makefile new file mode 100644 index 00000000000..3423c385ee2 --- /dev/null +++ b/print/tex-texdoc-doc/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/02/09 21:20:47 minskim Exp $ + +DISTNAME= texdoc.doc +PKGNAME= tex-${DISTNAME:S/./-/}-2011 +TEXLIVE_REV= 24354 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Documentation for tex-texdoc +LICENSE= gnu-gpl-v3 + +CONFLICTS+= texlive-tetex<2011nb1 + +TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |