1998-03-27 13:26:47 +01:00
|
|
|
# New ports collection makefile for: nbench
|
|
|
|
# Date created: 17 December 1997
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 06:58:03 +02:00
|
|
|
# $FreeBSD$
|
1998-03-27 13:26:47 +01:00
|
|
|
#
|
|
|
|
|
2000-08-02 01:37:02 +02:00
|
|
|
PORTNAME= nbench
|
|
|
|
PORTVERSION= 2.1
|
|
|
|
CATEGORIES= benchmarks
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
|
|
ftp://ftp.tux.org/pub/tux/mayer/
|
1998-03-27 13:26:47 +01:00
|
|
|
MASTER_SITE_SUBDIR= system/benchmark
|
2000-08-02 01:37:02 +02:00
|
|
|
DISTNAME= ${PORTNAME}-byte-${PORTVERSION}
|
1998-03-27 13:26:47 +01:00
|
|
|
|
2000-08-02 01:37:02 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= BYTE Magazine's native benchmarks
|
1998-03-27 13:26:47 +01:00
|
|
|
|
2000-08-02 01:37:02 +02:00
|
|
|
ALL_TARGET= # empty
|
1998-03-27 13:26:47 +01:00
|
|
|
|
|
|
|
do-install:
|
2000-08-02 01:37:02 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin
|
|
|
|
@${MKDIR} ${PREFIX}/share/nbench
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/NNET.DAT ${PREFIX}/share/nbench
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/nbench
|
1998-03-27 13:26:47 +01:00
|
|
|
.for file in README README.submit RESULTS bdoc.txt
|
2000-08-02 01:37:02 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/nbench
|
1998-03-27 13:26:47 +01:00
|
|
|
.endfor
|
2000-08-02 01:37:02 +02:00
|
|
|
.endif
|
1998-03-27 13:26:47 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|