c0e8d6e65e
ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets. ENet is NOT intended to be a general purpose high level networking library that handles authentication, lobbying, server discovery, compression, encryption and other high level, often application level or dependent tasks.
12 lines
278 B
Makefile
12 lines
278 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/10/19 19:15:22 kamil Exp $
|
|
|
|
BUILDLINK_TREE+= enet
|
|
|
|
.if !defined(ENET_BUILDLINK3_MK)
|
|
ENET_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.enet+= enet>=1.3.13
|
|
BUILDLINK_PKGSRCDIR.enet?= ../../net/enet
|
|
.endif # ENET_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -enet
|