aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/nttcp/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
commit0d24ce472965b1af574ee8eab914346a50d93ab0 (patch)
treefc04ac961d5044a7d4ac36140741f144e02c3080 /benchmarks/nttcp/Makefile
parentb24be45ea252a95e705a3bb55f49f5fdbd5abe44 (diff)
downloadports-release/3.3.0.tar.gz
ports-release/3.3.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'benchmarks/nttcp/Makefile')
-rw-r--r--benchmarks/nttcp/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile
deleted file mode 100644
index 9c91104ef509..000000000000
--- a/benchmarks/nttcp/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: nttcp
-# Version required: 1.3
-# Date created: 11 Nov 1998
-# Whom: Bill Fumerola <billf@chc-chimes.com>
-#
-# $FreeBSD$
-#
-
-DISTNAME= nttcp-1.4
-CATEGORIES= net benchmarks
-MASTER_SITES= http://users.leo.org/~bartel/nttcp/ \
- http://www.FreeBSD.org/~billf/
-
-MAINTAINER= billf@FreeBSD.org
-
-ALL_TARGET= nttcp
-MAN1= nttcp.1
-USE_GMAKE= yes
-MAKE_ENV+= CFLG="${CFLAGS}"
-
-post-patch:
-
- @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed
- @${SED} -e 's#-O2#${CFLAGS}#' \
- ${WRKSRC}/Makefile.pre_sed > ${WRKSRC}/Makefile
-
-do-install:
-
- ${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/
-
-.include <bsd.port.mk>