# -*- 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 github 1.0 PortGroup cmake 1.1 github.setup leo-arch clifm 1.20 v categories sysutils license GPL-2+ maintainers {l2dy @l2dy} openmaintainer description Command Line Interface File Manager long_description shell-like, command line terminal file manager github.tarball_from releases checksums rmd160 b2565f8d22282fa5728ef45ae40ca1be63b34a9d \ sha256 36f41d332985b9888a24a2ebb09ef837f40acea744b38498cd5e5313690ec10f \ size 1564558 depends_lib-append port:desktop-file-utils \ port:gettext-runtime \ port:libmagic \ port:readline depends_build-append \ path:bin/pkg-config:pkgconfig # https://github.com/leo-arch/clifm/issues/298 if {${os.platform} eq "darwin" && ${os.major} < 14} { configure.cflags-append \ -DCLIFM_LEGACY -std=c99 } post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" }