# -*- 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 boost 1.0 PortGroup cmake 1.1 PortGroup github 1.0 PortGroup openssl 1.0 boost.version 1.81 github.setup NikolaDucak caps-log 1.0.1 revision 0 categories sysutils license MIT maintainers {NikolaDucak @NikolaDucak} \ {@barracuda156 gmail.com:vital.had} \ openmaintainer description Small TUI journaling tool long_description ${name} is a small, terminal-based journaling tool. checksums rmd160 9545527ff39524e353be7527ee938591bf2b9fd2 \ sha256 e8424e706146b46fa0f94c73c5834cc2085f692a5b25e1d8a794ef6008d6b3f1 \ size 4918244 github.tarball_from archive set libfmt_ver 9 cmake.module_path-append \ ${prefix}/lib/libfmt${libfmt_ver}/cmake depends_lib-append port:FTXUI \ port:libfmt${libfmt_ver} \ path:lib/pkgconfig/libgit2.pc:libgit2 compiler.cxx_standard 2023 configure.args-append \ -DBUILD_SHARED_LIBS=ON if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} eq "libc++"} { # filesystem PortGroup legacysupport 1.1 legacysupport.newest_darwin_requires_legacy 18 legacysupport.use_mp_libcxx yes }