3528e06345
Bump PKGREVISION.
48 lines
1.5 KiB
Makefile
48 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.23 2007/09/21 13:04:44 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-python-extras-2.14.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/}
|
|
PKGREVISION= 5
|
|
CATEGORIES= x11 python
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-python-extras/2.14/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Python binding for GNOME2
|
|
|
|
PY_PATCHPLIST= YES
|
|
USE_LIBTOOL= YES
|
|
PKGCONFIG_OVERRIDE+= gnome-python-extras-2.0.pc.in
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 24
|
|
|
|
SUBST_CLASSES+= ffhome
|
|
SUBST_STAGE.ffhome= pre-configure
|
|
SUBST_FILES.ffhome= gtkmozembed/gtkmozembedmodule.c
|
|
SUBST_VARS.ffhome= LOCALBASE
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../www/libgtkhtml/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/libbonoboui/buildlink3.mk"
|
|
# seamonkey untested.
|
|
#.include "../../www/seamonkey/buildlink3.mk"
|
|
.include "../../www/firefox/buildlink3.mk"
|
|
.include "../../textproc/gtkspell/buildlink3.mk"
|
|
.include "../../devel/gdl/buildlink3.mk"
|
|
# needs older version than is in pkgsrc
|
|
#.include "../../databases/libgda/buildlink3.mk"
|
|
.include "../../x11/py-gnome2/buildlink3.mk"
|
|
# currently do not compile
|
|
#.include "../../wip/libgksu/buildlink3.mk"
|
|
#.include "../../wip/libgksuui/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|