pkgsrc-wip/enet/Makefile
Pseudo Animalistic 4c1c23fbc1 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.
2007-01-22 04:28:42 +00:00

18 lines
395 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/01/22 04:28:42 pseudo_anim Exp $
#
DISTNAME= enet-1.0
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
USE_TOOLS+= gmake
USE_LANGUAGES= c
GNU_CONFIGURE= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"