1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/enet/Makefile
Stanislav Sedov bfc0571381 - Update to 1.1.
PR:		ports/113759
Submitted by:	Vogels <nivo+kw+ports.bfa274@is-root.com>
2007-07-11 22:03:28 +00:00

27 lines
563 B
Makefile

# New ports collection makefile for: enet
# Date created: 2006-09-23
# Whom: Stanislav Sedov <stas@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= enet
PORTVERSION= 1.1
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://enet.bespin.org/download/
MAINTAINER= stas@FreeBSD.org
COMMENT= Simple and robust communication library based on UDP
GNU_CONFIGURE= 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>