mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
43debc4487
PR: 24056,24618 Submitted by: George Reid <greid@ukug.uk.freebsd.org>, Joseph Scott <joseph@randomnetworks.com> non-response from: maintainer honor CC.
28 lines
567 B
Makefile
28 lines
567 B
Makefile
# 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>
|