a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21438 2007-01-25 08:46:46Z rhwood@macports.org $
PortSystem 1.0
name gnopernicus
version 1.1.2
revision 1
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 nomaintainer@macports.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 64677df8961a68a73003393166f710bd \
sha1 161bf9b96330db01028c267b3885d7b734ceef71 \
rmd160 1b5b34f4fa085b4e6fb12650326704e3863dbf55
depends_lib port:gtk2 \
port:gconf \
port:libgnome \
port:libgnomeui \
port:gnome-speech \
port:dbus \
port:dbus-glib
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"
}