# $Id: Portfile 51126 2009-05-18 21:35:46Z tommyd@macports.org $

PortSystem 1.0

name             monotone
version          0.44
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     6cc1f5f31df2e41bdfe502310463924a \
                 sha1    bd3d58f7d0753d141948e381bcccd334e94da2e6 \
                 rmd160  8c11948408df402b63f034d04de11cbbc59920ce

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
