summaryrefslogtreecommitdiffstats
path: root/accessibility/orca/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 19:51:21 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 19:51:21 +0800
commitfdddcf7354f85ae6f845afe7bc1b95e2e1d4834f (patch)
treeb1f0c9ab0fa3dd804d96b16dec1087b7faf828dd /accessibility/orca/Makefile
parent2f178b80b97da3383ace226899908424fd90ab87 (diff)
downloadmarcuscom-ports-fdddcf7354f85ae6f845afe7bc1b95e2e1d4834f.tar
marcuscom-ports-fdddcf7354f85ae6f845afe7bc1b95e2e1d4834f.tar.gz
marcuscom-ports-fdddcf7354f85ae6f845afe7bc1b95e2e1d4834f.tar.bz2
marcuscom-ports-fdddcf7354f85ae6f845afe7bc1b95e2e1d4834f.tar.lz
marcuscom-ports-fdddcf7354f85ae6f845afe7bc1b95e2e1d4834f.tar.xz
marcuscom-ports-fdddcf7354f85ae6f845afe7bc1b95e2e1d4834f.tar.zst
marcuscom-ports-fdddcf7354f85ae6f845afe7bc1b95e2e1d4834f.zip
Update to 2.21.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9878 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/orca/Makefile')
-rw-r--r--accessibility/orca/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile
new file mode 100644
index 000000000..914f5849c
--- /dev/null
+++ b/accessibility/orca/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: orca
+# Date created: 25 Jul 2006
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= orca
+PORTVERSION= 2.21.0
+CATEGORIES= accessibility gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Scriptable screen reader
+
+LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag
+RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
+
+LATEST_LINK= gnome-orca
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_XLIB= yes
+USE_PYTHON= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack libgnomeui atspi 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>