# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 107511 2013-07-01 21:51:46Z devans@macports.org $

PortSystem      1.0

name            gnome-user-docs
version         2.32.0
set branch      [join [lrange [split ${version} .] 0 1] .]
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     nomaintainer
categories      gnome
license         GFDL-1.1
installs_libs   no
platforms       darwin
supported_archs noarch
homepage        http://www.gnome.org/
master_sites    gnome:sources/${name}/${branch}/

use_bzip2       yes

checksums       sha256  d42c4435590e5b79c8fcf1d917aee485096c02cdc84338bc31f769219ccc87f7 \
                rmd160  d01a316adce5407c14bb9316eb695122e91faf84

depends_build   port:pkgconfig \
                port:gnome-doc-utils

depends_lib     port:rarian

configure.args  --disable-scrollkeeper

post-activate   {
    system "${prefix}/bin/scrollkeeper-update"
}

livecheck.type  gnome
