summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-21 01:39:48 +0000
committerminskim <minskim>2004-02-21 01:39:48 +0000
commit35bdfc5bd26f3281dd5ad837307b87e7e39a9696 (patch)
tree793078948adc75a8f9fbb752c58fe5e188e7f2c2 /graphics/py-matplotlib/Makefile
parentf70879e6db8e70b9d6c2612a9dc561afc9d02a19 (diff)
downloadpkgsrc-35bdfc5bd26f3281dd5ad837307b87e7e39a9696.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"