# $Id: Portfile,v 1.7 2006/05/30 19:26:11 toby Exp $

PortSystem 1.0
name             monotone
version          0.26
categories       devel
maintainers      toby@opendarwin.org
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.venge.net/monotone/
platforms        darwin
master_sites     ${homepage}downloads/
checksums        sha1 5442ad47b010c9f4e2a55429d0e4a7da449e8e52
depends_lib      lib:XXX:boost
configure.env    LDFLAGS=-L${prefix}/lib
configure.args   --infodir=${prefix}/share/info --mandir=${prefix}/share/man
