freebsd-ports/benchmarks/nbench/Makefile

32 lines
700 B
Makefile
Raw Normal View History

# New ports collection makefile for: nbench
# Date created: 17 December 1997
# Whom: Andrey Zakhvatov
#
1999-08-25 06:58:03 +02:00
# $FreeBSD$
#
PORTNAME= nbench
PORTVERSION= 2.2.3
CATEGORIES= benchmarks
MASTER_SITES= http://www.tux.org/~mayer/linux/
DISTNAME= ${PORTNAME}-byte-${PORTVERSION}
MAINTAINER= steinex@nognu.de
2003-02-20 18:07:10 +01:00
COMMENT= BYTE Magazine's native benchmarks
ALL_TARGET= # empty
MAKE_JOBS_UNSAFE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/NNET.DAT ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in README README.submit RESULTS bdoc.txt
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>