Crate exr < 1.5.0 failed to build on big-endian arch like powerpc64. This update moves from exr 1.4.2 to 1.5.2. https://github.com/Canop/broot/blob/master/CHANGELOG.md ok landry@
31 lines
533 B
Makefile
31 lines
533 B
Makefile
COMMENT = new way to see and navigate directory trees
|
|
|
|
GH_ACCOUNT = Canop
|
|
GH_PROJECT = broot
|
|
GH_TAGNAME = v1.16.2
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://dystroy.org/broot/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c c++abi m onig pthread z
|
|
|
|
# as devel/cargo MODULES adds DISTFILES, GH_* didn't
|
|
DISTFILES += ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
MODULES = devel/cargo
|
|
MODCARGO_CRATES_KEEP += libgit2-sys
|
|
|
|
CONFIGURE_STYLE = cargo
|
|
|
|
LIB_DEPENDS += textproc/oniguruma
|
|
|
|
SEPARATE_BUILD = Yes
|
|
|
|
.include "crates.inc"
|
|
|
|
.include <bsd.port.mk>
|