summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-21 01:39:48 +0000
committerminskim <minskim@pkgsrc.org>2004-02-21 01:39:48 +0000
commitd42bf93341f9dfe2c98b4a8a1417994ab4773c66 (patch)
tree793078948adc75a8f9fbb752c58fe5e188e7f2c2 /graphics/py-matplotlib/Makefile
parent0b44f58a2ef010a5cc17d6c8fff6a3344020979f (diff)
downloadpkgsrc-d42bf93341f9dfe2c98b4a8a1417994ab4773c66.tar.gz
Import py-matplotlib from pkgsrc-wip. Packaged by Michal Pasternak,
and modified by me. matplotlib is a pure python plotting library designed to bring publication quality plotting to python with a syntax familiar to matlab users. A lot progress towards this goal has been made since the first release of matplotlib, the library does produce high quality 2D plots. All of the plotting commands can be accessed either via a functional interface familiar to matlab users or an object oriented interface familiar to python users, and several high resolution output formats are supported.
Diffstat (limited to 'graphics/py-matplotlib/Makefile')
-rw-r--r--graphics/py-matplotlib/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile
new file mode 100644
index 00000000000..128921e671b
--- /dev/null
+++ b/graphics/py-matplotlib/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/21 01:39:48 minskim Exp $
+#
+
+DISTNAME= matplotlib-0.32
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
+
+MAINTAINER= dotz@irc.pl
+HOMEPAGE= http://matplotlib.sourceforge.net/
+COMMENT= Matlab-style plotting package for Python
+
+USE_BUILDLINK3= yes
+PY_PATCHPLIST= yes
+PYDISTUTILSPKG= yes
+
+DEPENDS+= ${PYPKGPREFIX}-Numeric>=23.1:../../math/py-Numeric
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"