pkgsrc/devel/py-at-spi2/Makefile
wiz f4d080f263 Remove conflict with other python version of this package,
there are no common files.
Fix PLIST for python-3.x.
2014-01-24 08:36:57 +00:00

33 lines
1,018 B
Makefile

# $NetBSD: Makefile,v 1.13 2014/01/24 08:36:57 wiz Exp $
DISTNAME= pyatspi-2.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyatspi/at-spi2/}
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyatspi/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus
COMMENT= Python Assistive Technology Service Provider Interface
# GPLv2 for pasytest, but tests are not built by default
LICENSE= gnu-lgpl-v2
DEPENDS+= at-spi2-core>=2.3.90:../../devel/at-spi2-core
DEPENDS+= at-spi2-atk-[0-9]*:../../devel/at-spi2-atk
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
PY_PATCHPLIST= yes
PY_PEP3147= no
PYTHON_VERSIONS_INCOMPATIBLE= 26
CONFLICTS= ${PYPKGPREFIX}-at-spi-[0-9]*
.include "../../devel/py-gobject3/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"