# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 105067 2013-04-08 23:13:28Z devans@macports.org $

PortSystem 1.0

name		gnome-devel-docs
version		2.32.0
license         GFDL-1.1
set branch	[join [lrange [split ${version} .] 0 1] .]
description	The GNOME Developer Documentation Package
long_description        This is the GNOME Developer Documentation package including the following: \
                           - GNOME Platform Overview  \
                           - GNOME Integration Guide \
                           - GNOME Optimization Guide \
                           - GNOME Accessibility Developers Guide \
                           - GNOME Human Interface Guidelines \
                           - GNOME Documentation Project Handbook \
                           - GNOME Documentation Project Style Guide
             
maintainers	devans openmaintainer
categories	gnome devel
platforms	darwin
supported_archs noarch
homepage	http://www.gnome.org/
master_sites    gnome:sources/${name}/${branch}/

use_bzip2 	yes

checksums       sha256  38f6c48c35179d667b637e8d65bd35045d8b54b4f8079220633d9a59cafa4b26 \
                rmd160  5b70f76b8b1166b3810661052f0562cdfa2ea16c

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


configure.args  --disable-scrollkeeper

post-activate {
   system "scrollkeeper-update"
}

livecheck.type  gnome
