3e813bd0e0
this has been massively extended (since 0.32), too much to list here
20 lines
582 B
Makefile
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"
|