pkgsrc/security/olm/buildlink3.mk
ryoon d0f7529c1b security/olm: import olm-3.2.2 from wip/olm
An implementation of the Double Ratchet cryptographic ratchet described by
https://whispersystems.org/docs/specifications/doubleratchet/, written in C and
C++11 and exposed as a C API.

This library also includes an implementation of the Megolm cryptographic
ratchet.
2021-05-23 07:15:24 +00:00

12 lines
273 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2021/05/23 07:15:24 ryoon Exp $
BUILDLINK_TREE+= olm
.if !defined(OLM_BUILDLINK3_MK)
OLM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.olm+= olm>=3.2.2
BUILDLINK_PKGSRCDIR.olm?= ../../security/olm
.endif # OLM_BUILDLINK3_MK
BUILDLINK_TREE+= -olm