diff options
author | minskim <minskim@pkgsrc.org> | 2010-02-08 20:18:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-02-08 20:18:06 +0000 |
commit | 312b1455e01db5ff417fcebbf84ce182677f7f11 (patch) | |
tree | 550f81a5c3b8e2e30ddebf9a0c1791bcfd62bcfa | |
parent | c19ef4c071c27b624341e831c47ae4baed34e5bd (diff) | |
download | pkgsrc-312b1455e01db5ff417fcebbf84ce182677f7f11.tar.gz |
Import tex-collection-documentation-base-doc-2009 as
print/tex-collection-documentation-base-doc.
This package is a collection of the TeX Live documentation packages.
-rw-r--r-- | print/tex-collection-documentation-base-doc/DESCR | 1 | ||||
-rw-r--r-- | print/tex-collection-documentation-base-doc/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/print/tex-collection-documentation-base-doc/DESCR b/print/tex-collection-documentation-base-doc/DESCR new file mode 100644 index 00000000000..f4b1947a7e1 --- /dev/null +++ b/print/tex-collection-documentation-base-doc/DESCR @@ -0,0 +1 @@ +This package is a collection of the TeX Live documentation packages. diff --git a/print/tex-collection-documentation-base-doc/Makefile b/print/tex-collection-documentation-base-doc/Makefile new file mode 100644 index 00000000000..fc3c0a6d822 --- /dev/null +++ b/print/tex-collection-documentation-base-doc/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/08 20:18:06 minskim Exp $ +# TeX Live Revision 13822 + +DISTNAME= collection-documentation-base-doc +PKGNAME= tex-${DISTNAME}-2009 +CATEGORIES= print +MASTER_SITES= # empty + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.tug.org/texlive/ +COMMENT= TeX Live documentation + +DEPENDS+= tex-texlive-common-doc>=2009:../../print/tex-texlive-common-doc +DEPENDS+= tex-texlive-en-doc>=2009:../../print/tex-texlive-en-doc + +META_PACKAGE= yes + +.include "../../mk/bsd.pkg.mk" |