2014-11-19 12:49:04 +01:00
|
|
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= atspi
|
2016-02-14 19:57:53 +01:00
|
|
|
PORTVERSION= 2.18.0
|
2014-11-19 12:49:04 +01:00
|
|
|
CATEGORIES= accessibility x11-toolkits python
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= GNOME/sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
2014-11-19 12:49:04 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= pyatspi-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= gnome3
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Python3 API for the D-BUS based SPI framework
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:accessibility/at-spi2-core
|
2014-11-19 12:49:04 +01:00
|
|
|
|
|
|
|
CONFLICTS= at-spi-1.[0-9]*
|
2015-08-05 21:13:24 +02:00
|
|
|
PORTSCOUT= limitw:1,even
|
2014-11-19 12:49:04 +01:00
|
|
|
|
2017-01-07 22:42:28 +01:00
|
|
|
NO_ARCH= yes
|
2016-02-14 19:57:53 +01:00
|
|
|
USES= gettext gmake gnome pathfix pkgconfig python:3 tar:xz
|
2014-11-19 12:49:04 +01:00
|
|
|
USE_GNOME= intlhack py3gobject3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
2017-01-07 22:42:28 +01:00
|
|
|
.include <bsd.port.mk>
|