# $Id: Portfile,v 1.2 2006/05/26 09:26:00 rhwood Exp $
PortSystem 1.0
name		gnome-user-docs
version		2.14.2
description	End-user documentation for GNOME2
long_description        This package contains documents which will be \
			packaged together and shipped as gnome-user-docs \
			in the core GNOME distribution. They should be \
			documents targetted for end-users of GNOME.
maintainers	gnome-darwinports@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://www.gnome.org/
master_sites    gnome:sources/gnome-user-docs/2.14/
checksums	md5 4f5a7114ccf9e4e31137da50b7333570 \
		sha1 39ddfd892668e3cb644ea5211b83602b665eb352 \
		rmd160 da29639dad367141bed01bd05e823c0db99fcd12
depends_lib	lib:gnome-session:gnome-session
depends_build	port:gnome-doc-utils
use_bzip2 	yes
configure.args	--disable-scrollkeeper
configure.env	CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
		CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
post-destroot	{
	system "scrollkeeper-update"
}
pre-activate	{
	ui_msg "This port conflicts with the antiquated port gnome2-user-docs."
	ui_msg "If this port fails to activate, please uninstall the port"
	ui_msg "gnome2-user-docs and then install or activate this port again."
}
