diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 12:26:47 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 12:26:47 +0000 |
commit | 1af771fdf0dc3b140ebdba225bc46e212b580e86 (patch) | |
tree | 55f1f6728e8501d5fedfda72e6241d005efc4a1a /benchmarks/nbench/Makefile | |
parent | 9487b7a5a838408f103553cd0a4e2c1db77db7a3 (diff) |
Notes
Diffstat (limited to 'benchmarks/nbench/Makefile')
-rw-r--r-- | benchmarks/nbench/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/benchmarks/nbench/Makefile b/benchmarks/nbench/Makefile new file mode 100644 index 000000000000..4a6b9dfad7b0 --- /dev/null +++ b/benchmarks/nbench/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: nbench +# Version required: 2.1 +# Date created: 17 December 1997 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= nbench-byte-2.1 +PKGNAME= nbench-2.1 +CATEGORIES= benchmarks +MASTER_SITES= ftp://ftp.tux.org/pub/tux/mayer/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/benchmark + +MAINTAINER= andy@icc.surw.chel.su + +ALL_TARGET= + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin + @ ${MKDIR} ${PREFIX}/share/nbench + @ ${INSTALL_DATA} ${WRKSRC}/NNET.DAT ${PREFIX}/share/nbench + @ ${MKDIR} ${PREFIX}/share/doc/nbench +.for file in README README.submit RESULTS bdoc.txt + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/nbench +.endfor + +.include <bsd.port.mk> |