summaryrefslogtreecommitdiff
path: root/benchmarks/nbench/Makefile
blob: e0360680828ab0c8fed8ffc0fe0b3d365c5479a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	nbench
# Date created:				17 December 1997
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=	nbench
PORTVERSION=	2.1
CATEGORIES=	benchmarks
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
		ftp://ftp.tux.org/pub/tux/mayer/
MASTER_SITE_SUBDIR=	system/benchmark
DISTNAME=	${PORTNAME}-byte-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org

PORTCOMMENT=	BYTE Magazine\'s native benchmarks

ALL_TARGET=	# empty

do-install:
	${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
.for file in README README.submit RESULTS bdoc.txt
	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/nbench
.endfor
.endif

.include <bsd.port.mk>