mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1023 B
Tcl
31 lines
1023 B
Tcl
# -*- 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.0
|
|
PortGroup makefile 1.0
|
|
|
|
# AT_SYMLINK_NOFOLLOW
|
|
legacysupport.newest_darwin_requires_legacy 13
|
|
|
|
github.setup willeccles cfm 0.6.6 v
|
|
revision 0
|
|
categories sysutils
|
|
license MPL-2
|
|
maintainers {eccles.dev:will @WillEccles}
|
|
description Cactus File Manager
|
|
long_description {*}${description} is a simple and fast TUI file manager
|
|
|
|
checksums rmd160 9b3b06a18c6c7790a5a24c5ad7fad7d73c7e3533 \
|
|
sha256 7977431d8074d3a2f0dad4e431e558201073631fa5f0e7d92b37b100feae6ed3 \
|
|
size 71472
|
|
github.tarball_from archive
|
|
|
|
# Makefile sets optimization flag
|
|
configure.optflags
|
|
|
|
compiler.c_standard 2011
|
|
|
|
# cfm.c:19:10: fatal error: 'stdatomic.h' file not found
|
|
compiler.blacklist-append {clang < 700}
|