# $Id: Portfile 76708 2011-03-06 07:15:07Z ryandesign@macports.org $ PortSystem 1.0 name monotone version 0.99.1 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://www.monotone.ca/ platforms darwin master_sites ${homepage}downloads/${version}/ checksums md5 61c586f340fa3ca2b0974f6b5c455b0e \ sha1 e74ba571b358f6b76370f882d15ddbd1edd9f37e \ rmd160 c0db85af8b584e375ca992b3384bd8a38d5b380e depends_build port:pkgconfig depends_lib port:zlib \ port:libiconv \ port:libidn \ port:gettext \ port:boost \ port:lua \ port:pcre \ port:sqlite3 \ port:botan # botan is not universal universal_variant no configure.args --with-libiconv-prefix=${prefix} \ --infodir=${prefix}/share/info test.run yes test.target check