a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21702 2007-02-03 16:05:47Z rhwood@macports.org $
PortSystem 1.0
name dasher
version 4.2.2
description Zooming text entry system.
long_description Dasher is a zooming predictive text \
entry system, designed for situations \
where keyboard input is impractical \
(for instance, accessibility or PDAs). It \
is usable with highly limited amounts of \
physical input while still allowing \
high rates of text entry.
maintainers nomaintainer@macports.org
categories gnome
platforms darwin
homepage http://www.gnome.org/
master_sites gnome:sources/dasher/4.2/
checksums md5 eff0aeda6c02b03263c4712f56bd3b1c
depends_lib \
port:at-spi \
port:gnome-speech \
port:dbus \
port:dbus-glib \
port:gnome-doc-utils
use_bzip2 yes
configure.args --mandir=${prefix}/share/man \
--with-darwin \
--disable-scrollkeeper
configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
CFLAGS="-bind_at_load -no-cpp-precomp -flat_namespace" \
LDFLAGS="-L${prefix}/lib"
post-activate {
system "scrollkeeper-update"
}