64172e70cf
PR: ports/158909 Submitted by: Jin-Sih Lin <linpct@gmail.com>
30 lines
609 B
Makefile
30 lines
609 B
Makefile
# New ports collection makefile for: enet
|
|
# Date created: 2006-09-23
|
|
# Whom: Stanislav Sedov <stas@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|