freebsd-ports/net/enet/Makefile
Rusmir Dusko e0b11f6539 - Update to 1.3.10
Approved by:	pawel / wg (mentors, implicit)
2013-10-24 13:17:02 +00:00

29 lines
614 B
Makefile

# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD$
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>