2006-09-23 22:03:11 +02:00
|
|
|
# New ports collection makefile for: enet
|
|
|
|
# Date created: 2006-09-23
|
|
|
|
# Whom: Stanislav Sedov <stas@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= enet
|
2011-11-05 13:34:20 +01:00
|
|
|
PORTVERSION= 1.3.3
|
2007-02-05 23:35:59 +01:00
|
|
|
PORTEPOCH= 1
|
2006-09-23 22:03:11 +02:00
|
|
|
CATEGORIES= net
|
2007-02-05 23:35:59 +01:00
|
|
|
MASTER_SITES= http://enet.bespin.org/download/
|
2006-09-23 22:03:11 +02:00
|
|
|
|
2011-10-24 05:33:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-09-23 22:03:11 +02:00
|
|
|
COMMENT= Simple and robust communication library based on UDP
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2011-11-05 13:34:20 +01:00
|
|
|
USE_AUTOTOOLS= automake
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2007-02-05 23:35:59 +01:00
|
|
|
DOCS= design.txt docs/FAQ.dox docs/design.dox docs/tutorial.dox
|
2006-09-23 22:03:11 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|