Tweak accessibility/at-spi version 1.32.0_2
[dports.git] / accessibility / py-atspi / Makefile
1 # Created by: Maxim Sobolev <sobomax@FreeBSD.org>
2 # $FreeBSD: accessibility/py-atspi/Makefile 327684 2013-09-20 11:02:49Z bapt $
3 #   $MCom: ports/trunk/accessibility/py-atspi/Makefile 18610 2013-06-30 16:33:05Z marcus $
4
5 PORTNAME=       atspi
6 PORTVERSION=    2.8.0
7 CATEGORIES=     accessibility x11-toolkits python
8 MASTER_SITES=   GNOME
9 MASTER_SITE_SUBDIR=     sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
10 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
11 DISTNAME=       pyatspi-${PORTVERSION}
12 DIST_SUBDIR=    gnome3
13
14 MAINTAINER=     gnome@FreeBSD.org
15 COMMENT=        Python API for the D-BUS based SPI framework
16
17 RUN_DEPENDS=    ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core
18
19 CONFLICTS=      at-spi-1.[0-9]*
20
21 NO_STAGE=       yes
22 USE_XZ=         yes
23 USES=           gettext gmake pathfix pkgconfig
24 USE_GNOME=      gnomehier intlhack pygobject3
25 GNU_CONFIGURE=  yes
26 USE_PYTHON=     yes
27 CPPFLAGS+=      -I${LOCALBASE}/include
28 LDFLAGS+=       -L${LOCALBASE}/lib
29
30 .include <bsd.port.mk>