pkgsrc/chat/toxcore/buildlink3.mk
jperkin 79c6277515 toxcore: Import new package, version 0.2.4.
Packaged initially in wip and updated by iphydf (toxcore author)
in joyent/pkgsrc-wip#98.

Toxcore is a p2p network level library that provides encrypted
communication and data transfer between peers who can find each
other anonymously through a DHT.  The peers are identified with
a 256 bit public key to be used for message encryption.  The
protocol specification can be found at https://toktok.ltd/spec.
2018-07-30 18:58:43 +00:00

16 lines
452 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2018/07/30 18:58:43 jperkin Exp $
BUILDLINK_TREE+= toxcore
.if !defined(TOXCORE_BUILDLINK3_MK)
TOXCORE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.toxcore+= toxcore>=0.2.4
BUILDLINK_PKGSRCDIR.toxcore?= ../../chat/toxcore
.include "../../audio/libopus/buildlink3.mk"
.include "../../multimedia/libvpx/buildlink3.mk"
.include "../../security/libsodium/buildlink3.mk"
.endif # TOXCORE_BUILDLINK3_MK
BUILDLINK_TREE+= -toxcore