update Sun Jun 13 18:37:00 PDT 2010
[pkgsrc.git] / graphics / py-clutter / Makefile
1 # $NetBSD: Makefile,v 1.14 2010/06/13 22:44:42 wiz Exp $
2 #
3
4 DISTNAME=       pyclutter-1.0.2
5 PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/^py//}
6 PKGREVISION=    1
7 CATEGORIES=     graphics
8 MASTER_SITES=   http://www.clutter-project.org/sources/pyclutter/1.0/
9
10 MAINTAINER=     obache@NetBSD.org
11 HOMEPAGE=       http://www.clutter-project.org/
12 COMMENT=        Python modules for Clutter toolkit
13 LICENSE=        gnu-lgpl-v2.1
14
15 PKG_DESTDIR_SUPPORT=    user-destdir
16 PYTHON_VERSIONS_ACCEPTED=       26 25
17
18 PREV_PKGPATH=   graphics/py-pyclutter
19 SUPERSEDES=     ${PYPKGPREFIX}-pyclutter-[0-9]*
20
21 GNU_CONFIGURE=  yes
22 USE_LIBTOOL=    yes
23 USE_TOOLS+=     gmake pkg-config
24
25 PKGCONFIG_OVERRIDE+=    pyclutter.pc.in
26
27 PY_PATCHPLIST=  yes
28
29 PLIST_VARS+=    x11
30
31 .include "../../graphics/clutter/buildlink3.mk"
32 .if !empty(PKG_BUILD_OPTIONS.clutter:Mx11)
33 PLIST.x11=      yes
34 .endif
35 .include "../../graphics/py-cairo/buildlink3.mk"
36 .include "../../x11/py-gtk2/buildlink3.mk"
37 .include "../../lang/python/extension.mk"
38 .include "../../mk/bsd.pkg.mk"