Ticket #14263: Portfile

File Portfile, 1019 bytes (added by shreevatsa.public@…, 16 years ago)

new Portfile for port monotone

Line 
1# $Id: Portfile 33357 2008-01-24 22:36:29Z ryandesign@macports.org $
2
3PortSystem 1.0
4name             monotone
5version          0.38
6categories       devel
7maintainers      nomaintainer
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://monotone.ca/
16platforms        darwin
17master_sites     ${homepage}downloads/${version}/
18checksums        md5 c1a0d2619f451a664289b042c104860d\
19                sha1 6c546ec6122f56dfc8253323e8dc45167d0918c4\
20                rmd160 5bc5e19dc1a78cfc24a02ee553c46073082351ba
21
22depends_lib      port:boost
23configure.args   --infodir=${prefix}/share/info --mandir=${prefix}/share/man