a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21902 2007-02-11 15:31:24Z rhwood@macports.org $
PortSystem 1.0
name gnumeric
version 1.7.6
revision 1
description A spreadsheet with gnome support.
long_description A spreadsheet with gnome support.
maintainers nomaintainer@macports.org
categories gnome math
platforms darwin
homepage http://www.gnome.org/projects/gnumeric/
master_sites gnome:sources/gnumeric/1.7/
use_bzip2 yes
checksums md5 8e695eb46945d25c56e7727db8ae3e96
depends_lib lib:libgsf-1.1.12.2:libgsf lib:libgoffice-1:goffice \
lib:libgnomeprintui-2-2:libgnomeprintui \
port:dbus \
port:dbus-glib
depends_build port:gnome-doc-utils
configure.args --without-python \
--mandir=${prefix}/share/man \
--disable-scrollkeeper
post-destroot { file delete -force ${destroot}${prefix}/var/scrollkeeper }
post-activate {
system "scrollkeeper-update"
}