ca50f8eb8b
Packaged for wip by Michael Bäuerle. libcanlock is a library for creating and verifying RFC 8315 Netnews Cancel-Locks. This implementation uses the recommended algorithm from Section 4 with HMAC based on the same hash function as <scheme>. A command line utility "canlock" is built together with the library. Additional header parsers (for the receiving side) are available in the package canlock-hp.
12 lines
330 B
Makefile
12 lines
330 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2018/08/27 15:14:03 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= libcanlock
|
|
|
|
.if !defined(LIBCANLOCK_BUILDLINK3_MK)
|
|
LIBCANLOCK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libcanlock+= libcanlock>=3.0.0
|
|
BUILDLINK_PKGSRCDIR.libcanlock?= ../../news/libcanlock
|
|
.endif # LIBCANLOCK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libcanlock
|