19 lines
395 B
Makefile
19 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"
|