8f4ecb9165
libb2 is a C library providing the BLAKE2b, BLAKE2s, BLAKE2bp and BLAKE2sp algorithms.
12 lines
295 B
Makefile
12 lines
295 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2019/06/22 18:54:04 bsiegert Exp $
|
|
|
|
BUILDLINK_TREE+= libb2
|
|
|
|
.if !defined(LIBB2_BUILDLINK3_MK)
|
|
LIBB2_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libb2+= libb2>=0.98.1
|
|
BUILDLINK_PKGSRCDIR.libb2?= ../../security/libb2
|
|
.endif # LIBB2_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libb2
|