24 lines
728 B
Makefile
24 lines
728 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/01/16 14:40:32 wiz Exp $
|
|
|
|
DISTNAME= ${PYPKGPREFIX}-gnome-bindings-2.24.3
|
|
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
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 25 24
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
# see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.3/sources/python/
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-gnome2>=2.22.3:../../x11/py-gnome2
|
|
DEPENDS+= ${PYPKGPREFIX}-gobject>=2.16.0:../../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"
|