Add files from parent branch HEAD:
[pkgsrc.git] / graphics / py-matplotlib-gtk2 / Makefile
1 # $NetBSD: Makefile,v 1.11 2008/12/19 22:39:47 markd Exp $
2 #
3
4 DISTNAME=               matplotlib-0.98.0
5 PKGNAME=                ${PYPKGPREFIX}-matplotlib-gtk-0.98.0
6 CATEGORIES=             graphics python
7 MASTER_SITES=           ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
8
9 MAINTAINER=             pkgsrc-users@NetBSD.org
10 HOMEPAGE=               http://matplotlib.sourceforge.net/
11 COMMENT=                GTK frontend for matplotlib
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 USE_TOOLS+=             pkg-config
16 PY_PATCHPLIST=          yes
17 PYDISTUTILSPKG=         yes
18 USE_LANGUAGES=          c c++
19
20 PYTHON_VERSIONS_ACCEPTED=       25 24
21
22 .include "../../lang/python/extension.mk"
23 .include "../../graphics/py-matplotlib/buildlink3.mk"
24 .include "../../devel/zlib/buildlink3.mk"
25 .include "../../graphics/freetype2/buildlink3.mk"
26 .include "../../graphics/png/buildlink3.mk"
27 .include "../../math/py-numpy/buildlink3.mk"
28 .include "../../x11/py-gtk2/buildlink3.mk"
29 .include "../../mk/bsd.pkg.mk"