a77e7015fe
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
29 lines
784 B
Makefile
29 lines
784 B
Makefile
# $NetBSD: Makefile,v 1.12 2008/04/25 20:39:12 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-menus-2.22.1
|
|
PKGNAME= ${PYPKGPREFIX}-gnome-menus-2.22.1
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-menus/2.22/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= drochner@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Python bindings for gnome-menus
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-python
|
|
BUILD_DIRS= python
|
|
INSTALL_DIRS= python
|
|
PY_PATCHPLIST= yes
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0
|
|
|
|
.include "../../sysutils/gnome-menus/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/fam.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|