2006-09-23 22:03:11 +02:00
|
|
|
PORTNAME= enet
|
2020-12-11 12:05:46 +01:00
|
|
|
PORTVERSION= 1.3.17
|
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
|
|
|
|
2022-10-09 22:45:41 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-09-23 22:03:11 +02:00
|
|
|
COMMENT= Simple and robust communication library based on UDP
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= http://enet.bespin.org/
|
2006-09-23 22:03:11 +02:00
|
|
|
|
2012-12-09 14:58:08 +01:00
|
|
|
LICENSE= MIT
|
2019-06-25 11:02:01 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2012-06-05 23:00:23 +02:00
|
|
|
|
2020-09-09 10:08:48 +02:00
|
|
|
USES= libtool pathfix
|
2020-07-22 17:05:44 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2014-12-08 11:47:46 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
2006-09-23 22:03:11 +02:00
|
|
|
|
2013-10-05 00:07:05 +02:00
|
|
|
PORTDOCS= *
|
2012-05-11 22:38:09 +02:00
|
|
|
|
2013-10-05 00:07:05 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2012-05-11 22:38:09 +02:00
|
|
|
|
2019-06-25 11:02:01 +02:00
|
|
|
post-install-DOCS-on:
|
2013-10-05 00:07:05 +02:00
|
|
|
@(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
|
2006-09-23 22:03:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|