summaryrefslogtreecommitdiffstats
path: root/accessibility/orca/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-18 14:34:09 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-18 14:34:09 +0800
commit6d32992e6d037969f61e619cdbba1d698c22bb98 (patch)
treeccd05b678c8f41ad32cc2f7567dd3e063675140c /accessibility/orca/Makefile
parent56152e13dd251b354ce607e6b8e04e79e684634a (diff)
downloadmarcuscom-ports-6d32992e6d037969f61e619cdbba1d698c22bb98.tar.gz
marcuscom-ports-6d32992e6d037969f61e619cdbba1d698c22bb98.tar.zst
marcuscom-ports-6d32992e6d037969f61e619cdbba1d698c22bb98.zip
Update to 2.17.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7811 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/orca/Makefile')
-rw-r--r--accessibility/orca/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile
new file mode 100644
index 000000000..3fc99bcd9
--- /dev/null
+++ b/accessibility/orca/Makefile
@@ -0,0 +1,37 @@
+# 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.4 2006/09/04 02:19:06 marcus Exp $
+#
+
+PORTNAME= orca
+PORTVERSION= 2.17.1
+CATEGORIES= accessibility x11 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
+
+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_ARGS= --mandir=${PREFIX}/man
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= orca.1
+
+.include <bsd.port.mk>