openbsd-ports/net/enet/Makefile
2013-03-21 08:45:11 +00:00

22 lines
389 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/03/21 08:46:34 ajacoutot 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/
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>