diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-17 21:59:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-17 21:59:28 +0000 |
commit | 0dce13506cc21313ec3527da4ed2e9d1abc6c411 (patch) | |
tree | 22f165e014ffc19dcde725ab27fb0e5bd62f8df0 /print/tex-context-chromato/Makefile | |
parent | 8bb9afb82079258b0e4699ca618d8e25d6b4b79d (diff) | |
download | pkgsrc-0dce13506cc21313ec3527da4ed2e9d1abc6c411.tar.gz |
Add missing packages for the texlive context collection.
Diffstat (limited to 'print/tex-context-chromato/Makefile')
-rw-r--r-- | print/tex-context-chromato/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/tex-context-chromato/Makefile b/print/tex-context-chromato/Makefile new file mode 100644 index 00000000000..62129a9129d --- /dev/null +++ b/print/tex-context-chromato/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2016/07/17 21:59:29 wiz Exp $ + +DISTNAME= context-chromato +PKGNAME= tex-${DISTNAME}-2015 +TEXLIVE_REV= 23167 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/context-chromato +COMMENT= ConTeXt macros for chromatograms +LICENSE= gnu-gpl-v2 + +DEPENDS+= tex-context-[0-9]*:../../print/tex-context + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |