# -*- 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 77305 2011-03-26 22:50:55Z ryandesign@macports.org $
PortSystem          1.0
name                libpst
version             0.6.49
categories          devel
platforms           darwin
maintainers         nomaintainer
description         library to convert pst files to mbox and other formats
long_description    library to convert pst files to mbox and other formats
homepage            http://www.five-ten-sg.com/libpst/
master_sites        http://www.five-ten-sg.com/libpst/packages/

checksums           sha1    c10f4af9dc1d22b331420bc3931036a3d41115cb \
                    rmd160  863460589f65871e163a0f7c2a94267d0ff5473e

depends_lib         port:libiconv

configure.args      --disable-python \
                    --mandir=${prefix}/share/man \
                    --without-boost-python

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