mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
2cd046de3e
Approved by: portmgr blanket
32 lines
682 B
Makefile
32 lines
682 B
Makefile
# Created by: Stanislav Sedov <stas@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= enet
|
|
PORTVERSION= 1.3.12
|
|
PORTREVISION= 1
|
|
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
|
|
PATHFIX_MAKEFILEIN= Makefile.am
|
|
USE_AUTOTOOLS= aclocal automake autoconf
|
|
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
|
AUTOMAKE_ARGS= --add-missing
|
|
USE_LDCONFIG= yes
|
|
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libenet.so.7
|
|
@(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
|
|
|
|
.include <bsd.port.mk>
|