diff options
Diffstat (limited to 'graphics/py-matplotlib/Makefile')
-rw-r--r-- | graphics/py-matplotlib/Makefile | 20 |
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" |