# $Id: Portfile,v 1.7 2006/06/24 16:48:25 rhwood Exp $

PortSystem 1.0
name		gnopernicus
version		1.1.0
description	Collection of accessibility apps for GNOME 2.
long_description        Gnopernicus provides Assistive Technologies (AT) \
			for blind and visually impaired persons through \
			modules for text-to-speech, braille, etc.
maintainers	gnome-darwinports@opendarwin.org
categories	gnome 
platforms	darwin 
homepage	http://www.baum.ro/gnopernicus.html
master_sites    gnome:sources/gnopernicus/1.1/
use_bzip2	yes
patchfiles	patch_sercomm.c
checksums	md5 b55b345f765673205a87e251874afba3 \
			sha1 5de58806bd5a09a989914962c7c8b8147ba509f8 \
			rmd160 3364110db46062df45309b0be890c487ea740b2d
depends_lib	lib:libgnomespeech:gnome-speech
configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" 
configure.args	--disable-scrollkeeper

post-destroot	{
	file delete -force ${destroot}${prefix}/var/scrollkeeper
}

post-activate	{
	system "scrollkeeper-update"
}