diff options
author | brook <brook> | 2011-06-18 16:05:21 +0000 |
---|---|---|
committer | brook <brook> | 2011-06-18 16:05:21 +0000 |
commit | 8c12bf2c3ea896e04f2ce2dfca88e41d41331270 (patch) | |
tree | 864134e1d81371205f0daa006a3a41a449d7a90a /print/tex-forloop/Makefile | |
parent | 59958aadb8a1ea49afa6691a747e09540b67f1b2 (diff) | |
download | pkgsrc-8c12bf2c3ea896e04f2ce2dfca88e41d41331270.tar.gz |
Initial revision.
Diffstat (limited to 'print/tex-forloop/Makefile')
-rw-r--r-- | print/tex-forloop/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/tex-forloop/Makefile b/print/tex-forloop/Makefile new file mode 100644 index 00000000000..6be3b23c2a2 --- /dev/null +++ b/print/tex-forloop/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/06/18 16:05:21 brook Exp $ +# + +DISTNAME= forloop +PKGNAME= tex-${DISTNAME}-3.0 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Provide the LaTeX command \forloop + +LICENSE= gnu-lgpl-v2.1 + +TEXLIVE_USE_CTAN= yes + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |