summaryrefslogtreecommitdiff
path: root/graphics/tex-psgo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tex-psgo/Makefile')
-rw-r--r--graphics/tex-psgo/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/tex-psgo/Makefile b/graphics/tex-psgo/Makefile
new file mode 100644
index 00000000000..fcf64bfd01a
--- /dev/null
+++ b/graphics/tex-psgo/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:47:51 minskim Exp $
+
+DISTNAME= psgo
+PKGNAME= tex-${DISTNAME}-0.17
+TEXLIVE_REV= 15878
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= Typeset go diagrams with PSTricks
+
+DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
+DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node
+DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
+DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"