blob: 08529fd38f7cdf821e7e7ba4a47edf70a82414bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: netpipe
# Date created: 20 Feb 1998
# Whom: jkoshy
#
# $FreeBSD$
PORTNAME= netpipe
PORTVERSION= 2.3
CATEGORIES= benchmarks net
MASTER_SITES= ftp://ftp.scl.ameslab.gov/pub/netpipe/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=jkoshy
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>
|