1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name got |
---|
5 | version 0.69 |
---|
6 | distname ${name}-portable-${version} |
---|
7 | categories devel |
---|
8 | license ISC |
---|
9 | maintainers nomaintainer |
---|
10 | description Game of Trees (Got) |
---|
11 | long_description Game of Trees is a version control system which \ |
---|
12 | prioritizes ease of use and simplicity over flexibility. \ |
---|
13 | Got uses Git repositories to store versioned data. \ |
---|
14 | Git can be used for any functionality which has \ |
---|
15 | not yet been implemented in Got. It will always be \ |
---|
16 | possible to work with both Got and Git on the same \ |
---|
17 | repository. |
---|
18 | homepage https://gameoftrees.org/ |
---|
19 | master_sites ${homepage}releases/portable/ |
---|
20 | checksums rmd160 639d31d6cd746a8909edd56fc9ca86a0bfbea01f \ |
---|
21 | sha256 7583006e563b349e9bc6bdac70563b585a04d69e0715ad1e979f1b83a607d4b2 \ |
---|
22 | size 717201 |
---|
23 | depends_lib path:lib/libssl.dylib:openssl \ |
---|
24 | port:ncurses \ |
---|
25 | port:ossp-uuid |
---|
26 | depends_build port:bison \ |
---|
27 | port:pkgconfig |
---|
28 | configure.checks.implicit_function_declaration.whitelist-append strchr |
---|