summaryrefslogtreecommitdiff
path: root/graphics/tex-pst-2dplot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tex-pst-2dplot/Makefile')
-rw-r--r--graphics/tex-pst-2dplot/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/tex-pst-2dplot/Makefile b/graphics/tex-pst-2dplot/Makefile
new file mode 100644
index 00000000000..e7fd6abf532
--- /dev/null
+++ b/graphics/tex-pst-2dplot/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/03/17 18:26:43 minskim Exp $
+
+DISTNAME= pst-2dplot
+PKGNAME= tex-${DISTNAME}-1.5
+TEXLIVE_REV= 15878
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= PSTricks package for drawing 2D curves
+
+DEPENDS+= tex-multido-[0-9]*:../../devel/tex-multido
+DEPENDS+= tex-pst-plot-[0-9]*:../../graphics/tex-pst-plot
+DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
+DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"