pkgsrc/devel/accerciser3/Makefile
wiz ec9992aeff Mark as not ready for python-3.x.
Also set PY_PEP3147=no since the package infrastructure does not handle
__pycache__ correctly.
2014-01-25 08:47:17 +00:00

43 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2014/01/25 08:47:17 wiz Exp $
DISTNAME= accerciser-3.6.0
PKGREVISION= 6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/accerciser/3.6/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= http://live.gnome.org/Accerciser/
COMMENT= Interactive Python accessibility explorer for the GNOME desktop
LICENSE= modified-bsd
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
PY_PATCHPLIST= yes
REPLACE_PYTHON= plugins/ipython_view.py
REPLACE_PYTHON+= src/accerciser.in
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
DEPENDS+= ${PYPKGPREFIX}-at-spi2-[0-9]*:../../devel/py-at-spi2
DEPENDS+= libwnck3-[0-9]*:../../devel/libwnck3
# dependencies to keep package's configure script happy:
USE_LANGUAGES= c
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.6.0
# does not install into proper __pycache__ dir as of 3.6.0
PY_PEP3147= no
.include "../../x11/gtk3/buildlink3.mk"
.include "../../devel/at-spi2-core/buildlink3.mk"
.include "../../devel/py-gobject3/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"