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
|
2008-06-21 00:06:18 +02:00
|
|
|
PORTVERSION= 2.2.3
|
2000-08-02 01:37:02 +02:00
|
|
|
CATEGORIES= benchmarks
|
2006-11-05 00:04:33 +01:00
|
|
|
MASTER_SITES= http://www.tux.org/~mayer/linux/
|
2000-08-02 01:37:02 +02:00
|
|
|
DISTNAME= ${PORTNAME}-byte-${PORTVERSION}
|
1998-03-27 13:26:47 +01:00
|
|
|
|
2010-09-02 23:17:34 +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
|
2009-11-20 23:53:09 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
1998-03-27 13:26:47 +01:00
|
|
|
|
|
|
|
do-install:
|
2000-08-02 01:37:02 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin
|
2004-10-26 16:03:37 +02:00
|
|
|
@${MKDIR} ${DATADIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/NNET.DAT ${DATADIR}
|
2000-08-02 01:37:02 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2004-10-26 16:03:37 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in README README.submit RESULTS bdoc.txt
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
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>
|