![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / net / enet / Makefile (download)
Revision 1.2, Wed Jul 24 17:40:03 2019 UTC (3 years, 6 months ago) by nia
enet: Update to 1.3.14 Changes: * bug fix for enet_peer_disconnect_later() * use getaddrinfo and getnameinfo where available * miscellenous cleanups |
# $NetBSD: Makefile,v 1.2 2019/07/24 17:40:03 nia Exp $ DISTNAME= enet-1.3.14 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"