mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1af771fdf0
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>
30 lines
729 B
Makefile
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>
|