20 lines
411 B
Makefile
20 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/09/28 22:07:34 asau 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
|
|
|
|
PKG_DESTDIR_SUPPORT= none
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c
|
|
GNU_CONFIGURE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|