2012-12-09 14:58:08 +01:00
|
|
|
# Created by: Stanislav Sedov <stas@FreeBSD.org>
|
2006-09-23 22:03:11 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= enet
|
2014-04-25 22:02:11 +02:00
|
|
|
PORTVERSION= 1.3.12
|
2014-12-07 10:53:30 +01:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
2013-10-05 00:07:05 +02:00
|
|
|
MAINTAINER= nemysis@FreeBSD.org
|
2006-09-23 22:03:11 +02:00
|
|
|
COMMENT= Simple and robust communication library based on UDP
|
|
|
|
|
2012-12-09 14:58:08 +01:00
|
|
|
LICENSE= MIT
|
2012-06-05 23:00:23 +02:00
|
|
|
|
2014-12-08 11:47:46 +01:00
|
|
|
USES= pathfix libtool
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
2012-06-05 23:00:23 +02:00
|
|
|
USE_LDCONFIG= yes
|
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
|
|
|
|
2006-09-23 22:03:11 +02:00
|
|
|
post-install:
|
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>
|