pkgsrc/graphics/py-matplotlib/Makefile
drochner 3e813bd0e0 update to 0.80
this has been massively extended (since 0.32), too much to list here
2005-05-31 18:09:13 +00:00

20 lines
582 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/05/31 18:09:13 drochner Exp $
#
DISTNAME= matplotlib-0.80
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://matplotlib.sourceforge.net/
COMMENT= Matlab-style plotting package for Python
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../x11/py-Tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"