# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD: net/enet/Makefile 331486 2013-10-24 13:17:02Z nemysis $

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

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

LICENSE=	MIT

USES=		pathfix
PATHFIX_MAKEFILEIN=	Makefile.am
USE_AUTOTOOLS=	aclocal automake autoconf libtool
ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS=	--add-missing
USE_LDCONFIG=	yes

PORTDOCS=	*

OPTIONS_DEFINE=	DOCS

post-install:
	@(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})

.include <bsd.port.mk>
