summaryrefslogtreecommitdiff
path: root/benchmarks/dbs/Makefile
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-08-01 23:34:42 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-08-01 23:34:42 +0000
commit3f018c354e6f723a528a360b0c74fa7f6ec2cbf8 (patch)
tree1b697b7d062b7c0e831638865e762d9e77e514b5 /benchmarks/dbs/Makefile
parentIf KRB5_HOME is defined, compile ssh with krb5 support. (diff)
A distributed benchmarking system for TCP networks.
Notes
Notes: svn path=/head/; revision=12246
Diffstat (limited to 'benchmarks/dbs/Makefile')
-rw-r--r--benchmarks/dbs/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/benchmarks/dbs/Makefile b/benchmarks/dbs/Makefile
new file mode 100644
index 000000000000..1d5458a3b956
--- /dev/null
+++ b/benchmarks/dbs/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: dbs
+# Version required: 1.1.5
+# Date created: 1 August 1998
+# Whom: jkoshy
+#
+# $Id$
+#
+
+DISTNAME= dbs-1.1.5
+CATEGORIES= benchmarks
+MASTER_SITES= http://shika.aist-nara.ac.jp/member/yukio-m/dbs/software1.1.5/
+
+MAINTAINER= jkoshy@freebsd.org
+
+DOCDIR= ${PREFIX}/share/doc/dbs/
+DOCS= dbs.man dbs.man.jis dbs_paper.ps Copyright
+EXDIR= ${PREFIX}/share/examples/dbs/
+EXS= TCP2.cmd TCPvsMPEG.cmd
+
+do-build:
+ cd ${WRKSRC}/src; ${MAKE} dir
+ cd ${WRKSRC}/obj/${OPSYS}; ${MAKE} ${ALL_TARGET} PREFIX=${PREFIX}
+
+do-install:
+ cd ${WRKSRC}/obj/${OPSYS}; ${MAKE} ${INSTALL_TARGET} PREFIX=${PREFIX}
+ strip ${PREFIX}/bin/dbsc ${PREFIX}/bin/dbsd
+ ${MKDIR} ${EXDIR}
+ cd ${WRKSRC}/sample; ${CP} -p ${EXS} ${EXDIR}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCDIR}
+ cd ${WRKSRC}/doc; ${CP} -p ${DOCS} ${DOCDIR}
+.endif
+
+.include <bsd.port.mk>