a77e7015fe
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
29 lines
882 B
Makefile
29 lines
882 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/04/25 20:39:09 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= matplotlib-0.87.2
|
|
PKGNAME= ${PYPKGPREFIX}-matplotlib-gtk-0.87.2
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://matplotlib.sourceforge.net/
|
|
COMMENT= GTK frontend for matplotlib
|
|
|
|
USE_TOOLS+= pkg-config
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 25 24
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../graphics/py-matplotlib/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../math/py-Numeric/buildlink3.mk"
|
|
.include "../../math/py-numarray/buildlink3.mk"
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|