diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-26 10:36:53 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-26 10:36:53 +0800 |
commit | e9ee1f5f2c661015af1dd2a2547705fd4c45729f (patch) | |
tree | b2e421df80822314ba7f04133a56893f06168571 /accessibility/orca3/Makefile | |
parent | b3e533c6132b6e9c4ef528efcd0a394640a6166b (diff) | |
download | marcuscom-ports-e9ee1f5f2c661015af1dd2a2547705fd4c45729f.tar marcuscom-ports-e9ee1f5f2c661015af1dd2a2547705fd4c45729f.tar.gz marcuscom-ports-e9ee1f5f2c661015af1dd2a2547705fd4c45729f.tar.bz2 marcuscom-ports-e9ee1f5f2c661015af1dd2a2547705fd4c45729f.tar.lz marcuscom-ports-e9ee1f5f2c661015af1dd2a2547705fd4c45729f.tar.xz marcuscom-ports-e9ee1f5f2c661015af1dd2a2547705fd4c45729f.tar.zst marcuscom-ports-e9ee1f5f2c661015af1dd2a2547705fd4c45729f.zip |
orca -> orca3, update to 3.0.1. It's untest and I don't know how to use
orac3. I will test it later to see if it works or not.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15878 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/orca3/Makefile')
-rw-r--r-- | accessibility/orca3/Makefile | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/accessibility/orca3/Makefile b/accessibility/orca3/Makefile new file mode 100644 index 000000000..ca4c00323 --- /dev/null +++ b/accessibility/orca3/Makefile @@ -0,0 +1,49 @@ +# New ports collection makefile for: orca +# Date created: 25 Jul 2006 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= orca +PORTVERSION= 3.0.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 \ + py*-atspi>=2.0.0:${PORTSDIR}/accessibility/py-atspi \ + ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ + ${PYTHON_SITELIBDIR}/json.py:${PORTSDIR}/devel/py-json-py +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ + py*-atspi>=2.0.0:${PORTSDIR}/accessibility/py-atspi \ + ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ + ${PYTHON_SITELIBDIR}/json.py:${PORTSDIR}/devel/py-json-py + +CONFLICTS= orca-2.[0-9]* + +LATEST_LINK= gnome-orca3 + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_PYTHON= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gnomespeech pygnome2 +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> |