# $Id: Portfile,v 1.6 2006/07/13 10:18:56 rhwood Exp $
PortSystem 1.0
name		dasher
version		4.1.7
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	gnome-darwinports@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://www.gnome.org/
master_sites    gnome:sources/dasher/4.1/
checksums	md5 ca65b0903b8e7448900bdea6b0fb41cc
depends_lib	lib:libspi:at-spi port:gnome-speech
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"
}
		
