freebsd-ports/net/enet/Makefile
Rusmir Dusko 85a9bb661e - Update to 1.3.12
- Strip library
2014-04-25 20:02:11 +00:00

30 lines
666 B
Makefile

# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD$
PORTNAME= enet
PORTVERSION= 1.3.12
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
PATHFIX_MAKEFILEIN= Makefile.am
USE_AUTOTOOLS= aclocal automake autoconf libtool
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>