1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/benchmarks/nbench/Makefile
Pav Lucistnik 38eb8c5339 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-20 22:53:09 +00:00

32 lines
700 B
Makefile

# New ports collection makefile for: nbench
# Date created: 17 December 1997
# Whom: Andrey Zakhvatov
#
# $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
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>