From d7002649124906cc09ec8ff4e14146c65ea381f5 Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 14 Dec 2008 15:50:21 +0000 Subject: Import py-clutter-0.8.2 as graphics/py-clutter. This package contains the Python modules that allow you to use the Clutter toolkit in Python programs. --- graphics/py-clutter/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 graphics/py-clutter/Makefile (limited to 'graphics/py-clutter/Makefile') diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile new file mode 100644 index 00000000000..f859730c60c --- /dev/null +++ b/graphics/py-clutter/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/14 15:50:21 obache Exp $ +# + +DISTNAME= pyclutter-0.8.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} +CATEGORIES= graphics +MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/0.8/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://www.clutter-project.org/ +COMMENT= Python modules for Clutter toolkit + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake pkg-config + +PKGCONFIG_OVERRIDE+= pyclutter.pc.in + +PY_PATCHPLIST= yes + +.include "../../devel/glib2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +BUILDLINK_API_DEPENDS.clutter+= clutter>=0.8.4 +.include "../../graphics/clutter/buildlink3.mk" +.include "../../graphics/py-cairo/buildlink3.mk" +.include "../../devel/py-gobject/buildlink3.mk" +.include "../../multimedia/gstreamer0.10/buildlink3.mk" +.include "../../multimedia/py-gstreamer0.10/buildlink3.mk" +.include "../../x11/py-gtk2/buildlink3.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3