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