freebsd-ports/net/norm/Makefile
Alexey Dokuchaev 09ad6eee0d Fix a trivial mistake in the code (add missing curly braces) and unbreak
this port on presumably all big-endian architectures.  While here, amend
the port description text to include some useful information.

Tested on:	powerpc, sparc64
2018-01-18 17:32:31 +00:00

27 lines
672 B
Makefile

# $FreeBSD$
PORTNAME= norm
PORTVERSION= 1.5r6
CATEGORIES= net
MASTER_SITES= http://downloads.pf.itd.nrl.navy.mil/norm/archive/
DISTNAME= src-norm-${DISTVERSION}
MAINTAINER= hd@oc.dk
COMMENT= NACK-Oriented Reliable Multicast (NORM)
WRKSRC= ${WRKDIR}/norm-${DISTVERSION}
USES= waf tar:tgz libtool
USE_LDCONFIG= yes
PLIST_FILES= include/normApi.h lib/libnorm.so lib/libnorm.so.1 \
lib/libnorm.so.1.0.0
post-patch:
@${REINPLACE_CMD} -e '92s,r.*;,{&},' \
${WRKSRC}/protolib/include/protoSpace.h
post-install:
${INSTALL_DATA} ${WRKSRC}/include/normApi.h ${STAGEDIR}${PREFIX}/include/
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnorm.so.1.0.0
.include <bsd.port.mk>