Ticket #65059: Portfile

File Portfile, 1.4 KB (added by artkiver (グレェ), 2 years ago)

Whoops, got is released under the ISC license, not BSD, corrected (thanks https://gameoftrees.org/faq.html !)

Line 
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
3PortSystem          1.0
4name                got
5version             0.69
6distname            ${name}-portable-${version}
7categories          devel
8license             ISC
9maintainers         nomaintainer
10description         Game of Trees (Got)
11long_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.
18homepage            https://gameoftrees.org/
19master_sites        ${homepage}releases/portable/
20checksums           rmd160 639d31d6cd746a8909edd56fc9ca86a0bfbea01f \
21                    sha256 7583006e563b349e9bc6bdac70563b585a04d69e0715ad1e979f1b83a607d4b2 \
22                    size   717201
23depends_lib         path:lib/libssl.dylib:openssl \
24                    port:ncurses \
25                    port:ossp-uuid
26depends_build       port:bison \
27                    port:pkgconfig
28configure.checks.implicit_function_declaration.whitelist-append strchr