Test commit
[cogito/jonas.git] / Portfile.in
blob297fd8a41a559c16dc597798ad526ea7be9c0ad0
1 # $Id: $
2 PortSystem        1.0
3 name              cogito
4 version           @@VERSION@@
5 categories        devel
6 maintainers       bryan.larsen@gmail.com
7 description       The Cogito Version Control System
8 long_description  Cogito is a version control system layered on top \
9                   of the git tree history storage system. It aims at \
10                   seamless user interface and ease of use, providing \
11                   generally smoother user experience than the "raw" \
12                   Core GIT itself and indeed many other version \
13                   control systems.
14 homepage          http://kernel.org/pub/software/scm/cogito/
15 master_sites      http://kernel.org/pub/software/scm/cogito/
16 configure         {}
17 depends_lib       bin:gstat:coreutils
18 depends_lib       lib:libz.dylib:zlib
19 build.type        gnu
20 destroot.type     gnu
21 destroot.destdir  prefix=${prefix} DESTDIR=${destroot}
22 test.run          yes
23 test.cmd          make
24 test.target       test
25 test.dir          ${worksrcpath}