diff options
author | markd <markd@pkgsrc.org> | 2015-05-16 10:30:14 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-05-16 10:30:14 +0000 |
commit | d9c22cfa0f8e9915d796d5d623d78fb08953efd2 (patch) | |
tree | c3d86dfeba8c362262bb36740a568aa639871e5d /print/tex-import-doc/Makefile | |
parent | fadf942df768d588481707885b8351b18645c63e (diff) | |
download | pkgsrc-d9c22cfa0f8e9915d796d5d623d78fb08953efd2.tar.gz |
Add additional tex packages from bibtexextra, latexextra, mathextra and
pictures texlive collections.
Diffstat (limited to 'print/tex-import-doc/Makefile')
-rw-r--r-- | print/tex-import-doc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-import-doc/Makefile b/print/tex-import-doc/Makefile new file mode 100644 index 00000000000..5819df39eee --- /dev/null +++ b/print/tex-import-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:16 markd Exp $ + +DISTNAME= import.doc +PKGNAME= tex-${DISTNAME:S/./-/}-5.1 +TEXLIVE_REV= 17361 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/import +COMMENT= Documentation for tex-import +LICENSE= public-domain + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |