# New ports collection makefile for:	enet
# Date created:		2006-09-23
# Whom:			Stanislav Sedov <stas@FreeBSD.org>
#
# $FreeBSD: ports/net/enet/Makefile,v 1.7 2011/11/05 12:34:20 pawel Exp $
#

PORTNAME=	enet
PORTVERSION=	1.3.3
PORTEPOCH=	1
CATEGORIES=	net
MASTER_SITES=	http://enet.bespin.org/download/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Simple and robust communication library based on UDP

GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	automake
USE_LDCONFIG=	yes

DOCS=		design.txt docs/FAQ.dox docs/design.dox docs/tutorial.dox

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif

.include <bsd.port.mk>
