summaryrefslogtreecommitdiff
path: root/benchmarks/nttcp/Makefile
blob: 11caf18dda60df626a6bb87466fd2f7bd168de7d (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
# New ports collection makefile for:   nttcp
# Date created:        11 Nov 1998
# Whom:                Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#

PORTNAME=	nttcp
PORTVERSION=	1.47
CATEGORIES=	net benchmarks
MASTER_SITES=	http://www.leo.org/~bartel/nttcp/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	billf

MAINTAINER=	billf@FreeBSD.org

ALL_TARGET=	nttcp
MAN1=		nttcp.1
USE_GMAKE=	yes
MAKE_ENV+=	OPT="${CFLAGS}"

do-install:

	${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/
	${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/

.include <bsd.port.mk>