1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/benchmarks/netpipe/Makefile
Joseph Koshy 826ebe81e2 Add MLINK from netpipe.1 to NPtcp.1.
Requested by:	Guy Helmer <ghelmer@scl.ameslab.gov>
1999-03-03 03:48:56 +00:00

28 lines
707 B
Makefile

# New ports collection makefile for: netpipe
# Version required: 2.3
# Date created: 20 Feb 1998
# Whom: jkoshy
#
# $Id: Makefile,v 1.1.1.1 1999/02/21 00:02:50 jkoshy Exp $
DISTNAME= netpipe-2.3
CATEGORIES= benchmarks net
MASTER_SITES= ftp://ftp.ameslab.gov/pub/netpipe/ \
http://www.freebsd.org/~jkoshy/PORTS/
MAINTAINER= jkoshy@freebsd.org
# The default port builds and installs only the TCP version of
# netpipe(1). The sources also support PVM and MPI.
ALL_TARGET= NPtcp
MAN1= netpipe.1
MLINKS= netpipe.1 NPtcp.1
MANCOMPRESSED= no
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/NPtcp ${PREFIX}/bin/NPtcp
${INSTALL_DATA} ${WRKSRC}/netpipe.1 ${PREFIX}/man/man1/netpipe.1
.include <bsd.port.mk>