Files
pkgsrc-ng/graphics/py-clutter/Makefile
2013-09-26 17:14:40 +02:00

36 lines
886 B
Makefile

# $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"