diff options
Diffstat (limited to 'accessibility/orca3/Makefile')
-rw-r--r-- | accessibility/orca3/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/accessibility/orca3/Makefile b/accessibility/orca3/Makefile deleted file mode 100644 index 9442432f7..000000000 --- a/accessibility/orca3/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/trunk/accessibility/orca3/Makefile 18610 2013-06-30 16:33:05Z marcus $ - -PORTNAME= orca -PORTVERSION= 3.6.2 -PORTREVISION= 1 -CATEGORIES= accessibility gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Scriptable screen reader - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ - ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \ - itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= libatspi.so:${PORTSDIR}/accessibility/at-spi2-core -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ - ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ - ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo - -# conflict with py*-json-py because orca uses the json from python itself -# and py*-json-py shadows this. -CONFLICTS= orca-2.[0-9]* py*-json-py-[0-9]* - -NO_STAGE= yes -USE_XZ= yes -USES= gettext gmake pathfix pkgconfig -USE_PYTHON= yes -USE_GNOME= gnomeprefix gtk30 pygobject3 -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -MAN1= orca.1 - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/src/orca/orca_i18n.py - -.include <bsd.port.mk> |