# $Id: Portfile 64695 2010-03-14 21:42:04Z tommyd@macports.org $

PortSystem 1.0

name             monotone
version          0.47
categories       devel
maintainers      tommyd openmaintainer
description      A distributed version control system
long_description \
       monotone is a free distributed version control system. It provides \
       a simple, single-file transactional version store, with fully \
       disconnected operation and an efficient peer-to-peer synchronization \
       protocol. It understands history-sensitive merging, lightweight \
       branches, integrated code review and 3rd party testing.
homepage         http://monotone.ca/
platforms        darwin
master_sites     ${homepage}downloads/${version}/

checksums        md5     21da9c44a197f2e5e379a5bb4e42797e \
                 sha1    a901c9e1a7dd1138c30483934bbf5f02945c2d2f \
                 rmd160  8473366009542ea334ccfabba813f43d0bc89404

depends_build    port:pkgconfig
depends_lib      port:zlib \
                 port:libiconv \
                 port:libidn \
                 port:gettext \
                 port:boost \
                 port:lua \
                 port:pcre \
                 port:sqlite3 \
                 port:botan

configure.args   --with-libiconv-prefix=${prefix} \
                 --infodir=${prefix}/share/info

test.run         yes
test.target      check
