diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-15 17:51:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-15 17:51:47 +0000 |
commit | fe44962b61acb51c0907c9119072827c9c36436f (patch) | |
tree | 82c96452bb62f2345314408161e3c180171881bb /print/tex-latexfileinfo-pkgs/Makefile | |
parent | ba2fe5635cc4a62188ba4b740f625fb6d1a3e0b3 (diff) | |
download | pkgsrc-fe44962b61acb51c0907c9119072827c9c36436f.tar.gz |
Add tex packages for texlive english language metacollection.
Diffstat (limited to 'print/tex-latexfileinfo-pkgs/Makefile')
-rw-r--r-- | print/tex-latexfileinfo-pkgs/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/tex-latexfileinfo-pkgs/Makefile b/print/tex-latexfileinfo-pkgs/Makefile new file mode 100644 index 00000000000..65194fe0523 --- /dev/null +++ b/print/tex-latexfileinfo-pkgs/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2015/05/15 17:51:49 wiz Exp $ + +DISTNAME= latexfileinfo-pkgs +PKGNAME= tex-${DISTNAME}-0.22 +TEXLIVE_REV= 26760 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/latexfileinfo-pkgs +COMMENT= Comparison of packages showing LaTeX file information +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |