# $Id: Portfile 70607 2010-08-15 03:22:13Z ryandesign@macports.org $

PortSystem              1.0

name                    meanwhile
version                 1.0.2
categories              net
platforms               darwin
maintainers             nomaintainer

description             Open Source implementation of the Lotus Sametime protocol

long_description        The Meanwhile Project is an open implementation of the \
                        Lotus Sametime Community Client protocol.

homepage                http://meanwhile.sourceforge.net/
master_sites            sourceforge

checksums               md5     bf4ced109a367b4c5d71fe63c043270e \
                        sha1    e0e9836581da3c4a569135cb238eaa566c324540 \
                        rmd160  2ae78a2f5586c1a106c462c19018872308dd6af0

patchfiles              patch-doc-Makefile.in \
                        patch-samples-Makefile.in

depends_build           port:pkgconfig \
                        port:doxygen

depends_lib             port:gettext \
                        path:lib/pkgconfig/glib-2.0.pc:glib2 \
                        port:libiconv

# Universal dylibs, please
use_autoreconf          yes

post-destroot {
    move ${destroot}${prefix}/share/doc/${name}-doc-${version} ${destroot}${prefix}/share/doc/${name}
}
