summaryrefslogtreecommitdiff
path: root/meta-pkgs/py-gnome-bindings/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-09 10:40:57 +0000
committerwiz <wiz>2008-11-09 10:40:57 +0000
commit06700095d4682cd33f61e9ac442dcab30a099b03 (patch)
tree35e6e305bc09deb0580ef9aea6f5866d55549bf5 /meta-pkgs/py-gnome-bindings/Makefile
parente424c39251b592cd32807fd575fe459d255f8fda (diff)
downloadpkgsrc-06700095d4682cd33f61e9ac442dcab30a099b03.tar.gz
Initial import of the Gnome bindings packages (except for the Java ones).
Names as discussed on tech-pkg.
Diffstat (limited to 'meta-pkgs/py-gnome-bindings/Makefile')
-rw-r--r--meta-pkgs/py-gnome-bindings/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-pkgs/py-gnome-bindings/Makefile b/meta-pkgs/py-gnome-bindings/Makefile
new file mode 100644
index 00000000000..3f2250db699
--- /dev/null
+++ b/meta-pkgs/py-gnome-bindings/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/09 10:40:57 wiz Exp $
+
+DISTNAME= p5-gnome-bindings-2.24.1
+CATEGORIES= meta-pkgs x11 gnome
+MASTER_SITES= # empty
+
+MAINTAINER= drochner@NetBSD.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= Meta-package for Python bindings for the GNOME desktop
+
+META_PACKAGE= yes
+
+.include "../../lang/python/pyversion.mk"
+
+# see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.1/sources/python/
+
+DEPENDS+= ${PYPKGPREFIX}-gnome>=2.22.3:../../x11/py-gnome2
+DEPENDS+= ${PYPKGPREFIX}-gobject>=2.15.4:../../devel/py-gobject
+DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.13.0:../../x11/py-gtk2
+DEPENDS+= ${PYPKGPREFIX}-ORBit>=2.14.3:../../net/py-ORBit
+
+.include "../../mk/bsd.pkg.mk"