openbsd-ports/net/enet/Makefile

22 lines
389 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/21 08:46:34 ajacoutot Exp $
2008-07-23 17:11:32 -04:00
COMMENT = network library for games
DISTNAME = enet-1.3.3
SHARED_LIBS += enet 0.0 # 1.3
2008-07-23 17:11:32 -04:00
CATEGORIES = net
2008-07-23 17:11:32 -04:00
HOMEPAGE = http://enet.bespin.org/
MAINTAINER = Laurent FANIS <laurent@openbsd.org>
2008-07-23 17:11:32 -04:00
# MIT-like
2008-07-23 17:11:32 -04:00
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${HOMEPAGE}/download/
2008-07-23 17:11:32 -04:00
CONFIGURE_STYLE = gnu
2008-07-23 17:11:32 -04:00
.include <bsd.port.mk>