23 lines
404 B
Makefile
23 lines
404 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:35:46 espie Exp $
|
|
|
|
COMMENT = network library for games
|
|
DISTNAME = enet-1.3.3
|
|
|
|
SHARED_LIBS += enet 0.0 # 1.3
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://enet.bespin.org/
|
|
MAINTAINER = Laurent FANIS <laurent@openbsd.org>
|
|
|
|
# MIT-like
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}/download/
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|