summaryrefslogtreecommitdiff
path: root/graphics/py-clutter/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-12-14 15:50:21 +0000
committerobache <obache>2008-12-14 15:50:21 +0000
commitd7002649124906cc09ec8ff4e14146c65ea381f5 (patch)
tree7e3e7d5cb13cb390060b83996560ad7235391b59 /graphics/py-clutter/Makefile
parentdd6dab3f74ad4b83588aaa885d60b5aef6892ca9 (diff)
downloadpkgsrc-d7002649124906cc09ec8ff4e14146c65ea381f5.tar.gz
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.
Diffstat (limited to 'graphics/py-clutter/Makefile')
-rw-r--r--graphics/py-clutter/Makefile33
1 files changed, 33 insertions, 0 deletions
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"