1 | # $Id: Portfile 20291 2006-11-01 17:41:36Z blair@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name monotone |
---|
5 | version 0.32 |
---|
6 | categories devel |
---|
7 | maintainers toby@opendarwin.org |
---|
8 | description A distributed version control system |
---|
9 | long_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. |
---|
15 | homepage http://www.venge.net/monotone/ |
---|
16 | platforms darwin |
---|
17 | master_sites ${homepage}downloads/ |
---|
18 | checksums sha1 22e6ee1bb761cc8670756d78827b0684902832fd |
---|
19 | depends_lib lib:XXX:boost |
---|
20 | configure.env LDFLAGS=-L${prefix}/lib |
---|
21 | configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man |
---|