diff options
Diffstat (limited to 'accessibility/orca/Makefile')
-rw-r--r-- | accessibility/orca/Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile deleted file mode 100644 index d063d64cd..000000000 --- a/accessibility/orca/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: orca -# Date created: 25 Jul 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/orca/Makefile,v 1.61 2009/03/03 05:19:37 marcus Exp $ -# - -PORTNAME= orca -PORTVERSION= 2.26.0 -CATEGORIES= accessibility gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Scriptable screen reader - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus -LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus - -LATEST_LINK= gnome-orca - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_PYTHON= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui atspi gnomespeech pygnome2 \ - pygnomedesktop -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= 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.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/src/orca/orca_i18n.py - -.include <bsd.port.mk> |