freebsd-ports/net/enet/Makefile

29 lines
533 B
Makefile
Raw Normal View History

# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD$
PORTNAME= enet
2014-04-25 22:02:11 +02:00
PORTVERSION= 1.3.12
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://enet.bespin.org/download/
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Simple and robust communication library based on UDP
LICENSE= MIT
USES= pathfix libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install:
@(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>