# -*- 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 legacysupport 1.1 PortGroup cmake 1.1 github.setup leo-arch clifm 1.19 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 8c15b4c889726c017d27c7ee554a55aaf87c337d \ sha256 98fe9a1d26b02d661440787ae811363c97da537a11fd3df78ff98d40f42dc487 \ size 1551442 legacysupport.newest_darwin_requires_legacy 13 depends_lib-append port:desktop-file-utils \ port:gettext-runtime \ port:libmagic \ port:readline depends_build-append \ path:bin/pkg-config:pkgconfig compiler.blacklist-append \ *gcc-4.* # FIXME: temporary, until upstream fixes the source: # https://github.com/leo-arch/clifm/issues/298 compiler.blacklist-append \ macports-gcc-14 post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" }