efebd35c2d
RHash v1.3.6: * support --file-list option * librhash: speedup sha3 * Bugfix: fix --follow option * better MSYS and CygWin support * configuration script * Bugfix: broken binary hash output * Bugfix: fix running on WinXP
16 lines
370 B
Makefile
16 lines
370 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2018/03/17 08:02:14 adam Exp $
|
|
|
|
BUILDLINK_TREE+= rhash
|
|
|
|
.if !defined(RHASH_BUILDLINK3_MK)
|
|
RHASH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.rhash+= rhash>=1.3.1
|
|
BUILDLINK_PKGSRCDIR.rhash?= ../../misc/rhash
|
|
|
|
BUILDLINK_DEPMETHOD.rhash?= build
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.endif # RHASH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -rhash
|