# -*- 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 107295 2013-06-25 14:53:27Z devans@macports.org $

PortSystem      1.0

name            yelp-xsl
version         2.31.6
license         GPL-2 LGPL-2.1
set branch      [join [lrange [split ${version} .] 0 1] .]
description     A collection of XSLT and other data files required by Yelp.
long_description \
                yelp-xsl contains various XSLT files for transforming DocBook, Mallard, \
                and other formats as required by Yelp.
maintainers     devans openmaintainer
categories      gnome
platforms       darwin
homepage        http://www.gnome.org/
master_sites    gnome:sources/${name}/${branch}/

use_bzip2       yes

checksums       sha256  5969fac2f2df1cbb08a84503787865c301bbd24108de490d58490faeaab9b04c \
                rmd160  387c9a7ad9625c80fe2ea7de5b74c333ba319f6c

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

depends_lib     port:libxslt \
                port:libxml2

livecheck.type  gnome-with-unstable
