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
|
2005-03-09 17:12:57 +01:00
|
|
|
PORTVERSION= 2.2.2
|
2000-08-02 01:37:02 +02:00
|
|
|
CATEGORIES= benchmarks
|
2004-10-26 16:03:37 +02:00
|
|
|
MASTER_SITES= ftp://ftp.tux.org/pub/tux/mayer/
|
2000-08-02 01:37:02 +02:00
|
|
|
DISTNAME= ${PORTNAME}-byte-${PORTVERSION}
|
1998-03-27 13:26:47 +01:00
|
|
|
|
2004-10-26 16:03:37 +02:00
|
|
|
MAINTAINER= laszlof@vonostingroup.com
|
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
|
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>
|