summaryrefslogtreecommitdiff
path: root/print/tex-minted/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-minted/Makefile')
-rw-r--r--print/tex-minted/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/tex-minted/Makefile b/print/tex-minted/Makefile
new file mode 100644
index 00000000000..0ef5f445126
--- /dev/null
+++ b/print/tex-minted/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/03/22 08:10:18 markd Exp $
+
+DISTNAME= minted
+PKGNAME= tex-${DISTNAME}-1.7
+TEXLIVE_REV= 24002
+
+MAINTAINER= markd@NetBSD.org
+COMMENT= Highlighted source code for LaTeX
+
+DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+
+.include "../../print/texlive/package.mk"
+.include "../../lang/python/pyversion.mk"
+.include "../../mk/bsd.pkg.mk"