4a40104fe7
PR: 251675 Submitted by: Neel Chauhan <neel@neelc.org>
44 lines
1.3 KiB
Makefile
44 lines
1.3 KiB
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= orca
|
|
PORTVERSION= 3.38.1
|
|
CATEGORIES= accessibility gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Scriptable screen reader
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \
|
|
itstool:textproc/itstool
|
|
LIB_DEPENDS= libatspi.so:accessibility/at-spi2-core
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}speech-dispatcher>=0:accessibility/py-speech-dispatcher@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}atspi>=0:accessibility/py-atspi@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
|
|
|
|
# conflict with py*-json-py because orca uses the json from python itself
|
|
# and py*-json-py shadows this.
|
|
CONFLICTS= py*-json-py-[0-9]*
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
NO_ARCH= yes
|
|
USES= gettext gmake gnome localbase pathfix pkgconfig \
|
|
python:3.4+ tar:xz
|
|
USE_GNOME= gtk30 pygobject3
|
|
INSTALLS_ICONS= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
|
${WRKSRC}/src/orca/orca_i18n.py
|
|
|
|
.include <bsd.port.mk>
|