summaryrefslogtreecommitdiff
path: root/print/tex-context-filter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-context-filter/Makefile')
-rw-r--r--print/tex-context-filter/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/print/tex-context-filter/Makefile b/print/tex-context-filter/Makefile
new file mode 100644
index 00000000000..193a394abd0
--- /dev/null
+++ b/print/tex-context-filter/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2016/07/17 21:59:30 wiz Exp $
+
+DISTNAME= context-filter
+PKGNAME= tex-${DISTNAME}-2015
+TEXLIVE_REV= 36285
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/context-filter
+COMMENT= Run external programs on the contents of a start-stop environment
+#LICENSE= simplified BSD license
+
+DEPENDS+= tex-context-[0-9]*:../../print/tex-context
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"