# -*- 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 118078 2014-03-21 05:36:51Z devans@macports.org $

PortSystem      1.0

name            rarian
version         0.8.1
revision        2
description     OMF help system.
long_description Rarian manages documentation metadata as specified \
                by the Open Source Metadata Framework (OMF) \
                and provides a simple API to allow help browsers to \
                find, sort and search the document catalog. It is \
                designed to be a replacement for scrollkeeper and \
                will also be able to communicate with catalog servers \
                on the Net to search for documents which are not on \
                the local system.
maintainers     nomaintainer
categories      textproc gnome
license         GPL-2+ LGPL-2.1+
platforms       darwin
homepage        http://rarian.freedesktop.org/
master_sites    gnome:sources/rarian/[join [lrange [split ${version} .] 0 1] .]/ \
                ${homepage}Releases/
use_bzip2       yes
checksums       md5 75091185e13da67a0ff4279de1757b94 \
                sha1 9b3f1bad1cdbb0de51d6f74431b20eb3647edc5a \
                rmd160 2e4c0a4d22a4e0c41d4d3dc8e4a5ad080ee3b6ce
depends_lib     port:getopt \
                port:libxslt

compiler.blacklist gcc-4.0

patchfiles      configure.patch

# Teach glibtool about -stdlib=libc++
use_autoreconf  yes
autoreconf.args -fvi

livecheck.type  gnome
