d9e8760c78
ENet 1.3.15 (April 20, 2020): * quicker RTT initialization * use fractional precision for RTT calculations * fixes for packet throttle with low RTT variance * miscellaneous socket bug fixes
18 lines
469 B
Makefile
18 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/06/13 18:22:12 nia Exp $
|
|
|
|
DISTNAME= enet-1.3.15
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://enet.bespin.org/download/
|
|
|
|
MAINTAINER= Pseudo.Statistic@gmail.com
|
|
HOMEPAGE= http://enet.bespin.org/
|
|
COMMENT= Network communication layer that runs on top of UDP
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS.NetBSD+= ac_cv_func_gethostbyname_r=no
|
|
CONFIGURE_ARGS.NetBSD+= ac_cv_func_gethostbyaddr_r=no
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|