pkgsrc/graphics/py-matplotlib/Makefile
minskim 33167fa794 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.
2004-02-21 01:39:48 +00:00

20 lines
531 B
Makefile

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