Portfile

# $Id: Portfile 22943 2007-03-20 00:46:56Z rhwood@macports.org $
PortSystem 1.0
name gnome-user-docs
version 2.18.0
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 rhwood@macports.org openmaintainer@macports.org
categories gnome
platforms darwin
homepage http://www.gnome.org/
master_sites gnome:sources/gnome-user-docs/2.18/
checksums md5 a2561b2c99325fa9f9fdf92c035ae2ad \
sha1 05f76a22bb4e776d92d04885ac3007ccbe147e3f \
rmd160 226bf5e18a4a7f8bedcbc57029eeb5e83494be87
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."
}