# $Id: Portfile,v 1.18 2006/06/14 11:42:52 rhwood Exp $

PortSystem 1.0
name		gnumeric
version		1.6.3
description	A spreadsheet with gnome support.
long_description        A spreadsheet with gnome support.
maintainers	gnome-darwinports@opendarwin.org
categories	gnome math
platforms	darwin 
homepage	http://www.gnome.org/projects/gnumeric/
master_sites    gnome:sources/gnumeric/1.6/
use_bzip2	yes
checksums	md5 78ffd75ae6abc3bb20dd04407a082a26

depends_lib	lib:libgsf-1.1.12.2:libgsf lib:libgoffice-1:goffice \
		lib:libgnomeprintui-2-2:libgnomeprintui
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"
}
