1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/benchmarks/nbench/Makefile
Thomas Gellekum 1af771fdf0 Import nbench port. nbench are BYTE magazine's native benchmarks.
Don't ask me how this differs from bytebench, but it seems to be
different enough to warrant a seperate port.

PR:		5330
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-27 12:26:47 +00:00

30 lines
729 B
Makefile

# 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>