# -*- 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

PortSystem          1.0

name                libpst
version             0.6.76
revision            0
checksums           rmd160  856fc7770e5d4d83dcbe0b283229b40ad04a3caa \
                    sha256  3d291beebbdb48d2b934608bc06195b641da63d2a8f5e0d386f2e9d6d05a0b42 \
                    size    12886768

categories          devel
license             GPL-2+
platforms           darwin
maintainers         nomaintainer
description         library to convert pst files to mbox and other formats
long_description    {*}${description}
homepage            http://www.five-ten-sg.com/libpst/
master_sites        http://www.five-ten-sg.com/libpst/packages/

depends_build       port:pkgconfig

depends_lib         port:gd2 \
                    path:bin/convert:ImageMagick \
                    port:libiconv \
                    port:libgsf

patchfiles          docdir.patch

configure.args      --disable-python \
                    --without-boost-python \
                    --enable-libpst-shared

livecheck.type      regex
livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     ${name}-(\[0-9.\]+)\\.
