openbsd-ports/net/enet/Makefile

23 lines
456 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 2008/07/24 12:25:21 laurent Exp $
2008-07-23 17:11:32 -04:00
COMMENT = network library for games
DISTNAME = enet-1.2
PKGNAME = ${DISTNAME}p1
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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = 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>