openbsd-ports/security/rbw/Makefile
sthen 6781029335 bump REVISION for ports using rust, so that pkg_add -u for i386 users
updates to packages without -znotext (i.e. with text relocations disabled)
makes sense to phessler, semarie, tb
2022-10-28 10:00:45 +00:00

28 lines
470 B
Makefile

# ring-v0.16.20 does not support those archs
NOT_FOR_ARCHS = powerpc64 riscv64 sparc64
COMMENT = command line BitWarden client
DISTNAME = rbw-1.4.3
REVISION = 2
CATEGORIES = security
MASTER_SITES = https://git.tozt.net/rbw/snapshot/
# MIT X11
PERMIT_PACKAGE = Yes
WANTLIB += c c++abi crypto m pthread ssl
DISTFILES += ${DISTNAME}${EXTRACT_SUFX}
.include "crates.inc"
MODULES = devel/cargo
CONFIGURE_STYLE = cargo
SEPARATE_BUILD = Yes
.include <bsd.port.mk>