2015-04-09 02:55:48 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2015/04/09 02:55:48 jsg Exp $
|
2008-07-23 21:11:32 +00:00
|
|
|
|
2008-07-24 12:25:21 +00:00
|
|
|
COMMENT = network library for games
|
2015-04-09 02:55:48 +00:00
|
|
|
DISTNAME = enet-1.3.12
|
2011-06-29 09:06:17 +00:00
|
|
|
|
2015-04-09 02:55:48 +00:00
|
|
|
SHARED_LIBS += enet 0.2 # 1.3
|
2008-07-23 21:11:32 +00:00
|
|
|
|
2008-07-24 12:25:21 +00:00
|
|
|
CATEGORIES = net
|
2008-07-23 21:11:32 +00:00
|
|
|
|
2008-07-24 12:25:21 +00:00
|
|
|
HOMEPAGE = http://enet.bespin.org/
|
2014-03-25 21:20:39 +00:00
|
|
|
MAINTAINER = Laurent FANIS <laurent.fanis@gmail.com>
|
2008-07-23 21:11:32 +00:00
|
|
|
|
2008-07-24 12:25:21 +00:00
|
|
|
# MIT-like
|
2008-07-23 21:11:32 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2008-07-24 12:25:21 +00:00
|
|
|
MASTER_SITES = ${HOMEPAGE}/download/
|
2008-07-23 21:11:32 +00:00
|
|
|
|
2011-06-29 09:06:17 +00:00
|
|
|
|
2008-07-24 12:25:21 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
2008-07-23 21:11:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|