# -*- 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 github.setup tavianator bfs 1.5.1 categories sysutils platforms darwin freebsd linux license BSD maintainers {@ylluminarious orbitalimpact.com:georgedp} openmaintainer description A breadth-first version of the UNIX find command. long_description bfs is a variant of the UNIX find command that operates breadth-first rather \ than depth-first. It is otherwise intended to be compatible with many \ versions of find, including: POSIX find, GNU find, BSD find and macOS find. \ If you're not familiar with find, the GNU find manual provides a good introduction. checksums rmd160 fb2eb5e5af44d23ceae31b9e690b63bcaae02377 \ sha256 654a00a3fe15dbfaa0e5db38dfd75aefff825c032464f2dbc1f548701cb4ac44 \ size 113871 use_configure no build.target bfs build.env CC=${configure.cc} \ CPPFLAGS=-DNDEBUG destroot.env PREFIX=${prefix} test.run yes test.target check variant universal {} build.env-append "CFLAGS=${configure.cflags} [get_canonical_archflags cc]" \ LDFLAGS=[get_canonical_archflags ld]