# -*- 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 PortSystem 1.0 PortGroup legacysupport 1.1 name got version 0.101 revision 0 distname ${name}-portable-${version} categories devel license ISC maintainers {@artkiver gmail.com:artkiver} openmaintainer description Game of Trees (Got) long_description Game of Trees is a version control system which \ prioritizes ease of use and simplicity over flexibility. \ Got uses Git repositories to store versioned data. \ Git can be used for any functionality which has \ not yet been implemented in Got. It will always be \ possible to work with both Got and Git on the same \ repository. homepage https://gameoftrees.org/ master_sites ${homepage}releases/portable/ checksums rmd160 808e7d00b619dbb7eb04255d23a41bf9f9b17e4e \ sha256 25064182c731a0cbf80e48bbeecf2d628e2be41046f84aec0d89d8e7f6a6dcc0 \ size 1479135 # There is probably a smarter way to do this, see failed attempts at # https://trac.macports.org/ticket/69827 # So, if you, like me, are using LibreSSL, remove the port:libretls line # as that is only required for OpenSSL users to supply libtls which is # already included with LibreSSL. depends_lib path:lib/libssl.dylib:openssl \ port:libretls \ port:ncurses \ port:ossp-uuid \ port:libevent depends_build port:bison \ port:pkgconfig livecheck.type regex livecheck.url https://gameoftrees.org/ livecheck.regex "Game of Trees -portable (\\d+\\.\\d+)" configure.checks.implicit_function_declaration.whitelist-append strchr