pkgsrc/graphics/tex-pst-2dplot/Makefile
minskim 479f9ad27e Import tex-pst-2dplot-1.5 as graphics/tex-pst-2dplot.
Pst-2dplot is a pstricks package that offers an easy-to-use and
intuitive tool for plotting 2-d curves. It defines an environment with
commands similar to MATLAB for plotting.
2011-03-17 18:26:43 +00:00

16 lines
511 B
Makefile

# $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"