Ticket #11274: monotone-0.32-Portfile

File monotone-0.32-Portfile, 915 bytes (added by mdickens@…, 17 years ago)

monotone 0.32 Portfile

Line 
1# $Id: Portfile 20291 2006-11-01 17:41:36Z blair@macports.org $
2
3PortSystem 1.0
4name             monotone
5version          0.32
6categories       devel
7maintainers      toby@opendarwin.org
8description      A distributed version control system
9long_description \
10        monotone is a free distributed version control system. It provides \
11        a simple, single-file transactional version store, with fully \
12        disconnected operation and an efficient peer-to-peer synchronization \
13        protocol. It understands history-sensitive merging, lightweight \
14        branches, integrated code review and 3rd party testing.
15homepage         http://www.venge.net/monotone/
16platforms        darwin
17master_sites     ${homepage}downloads/
18checksums        sha1 22e6ee1bb761cc8670756d78827b0684902832fd
19depends_lib      lib:XXX:boost
20configure.env    LDFLAGS=-L${prefix}/lib
21configure.args   --infodir=${prefix}/share/info --mandir=${prefix}/share/man