# -*- 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 119082 2014-04-16 20:24:10Z devans@macports.org $

PortSystem          1.0

name                yelp-tools
version             3.12.1
license             GPL-2+
set branch          [join [lrange [split ${version} .] 0 1] .]
description         Tools to help create Yelp documentation.
long_description    yelp-tools is a collection of scripts and build utilities to help create, \
                    manage, and publish documentation for Yelp and the web.
maintainers         gmail.com:juanrgar openmaintainer
categories          gnome
platforms           darwin
homepage            https://wiki.gnome.org/Apps/Yelp/Tools
master_sites        gnome:sources/${name}/${branch}/

use_xz              yes

checksums           rmd160  f1be0f56b8a8977357694db8a315928c38b18e65 \
                    sha256  7a5370d7adbec3b6e6b7b5e7e5ed966cb99c797907a186b94b93c184e97f0172

supported_archs     noarch

depends_build       port:pkgconfig \
                    port:itstool \
                    port:libxslt \
                    port:libxml2

depends_lib         port:yelp-xsl

livecheck.type      gnome
