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.
32 lines
964 B
Makefile
32 lines
964 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/04/25 20:39:10 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= orca-2.20.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/orca/2.20/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://live.gnome.org/Orca
|
|
COMMENT= Screen reader
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= intltool pkg-config gmake msgfmt
|
|
USE_DIRS+= xdg-1.1
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 25 24
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
|
|
PY_PATCHPLIST= yes
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
.include "../../devel/at-spi/buildlink3.mk"
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../net/py-ORBit/buildlink3.mk"
|
|
.include "../../x11/py-gnome2/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|