aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/stream/Makefile
blob: 01a2bc18ebb1d331f6db5783772fca404005f67c (plain) (blame)
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
# New ports collection makefile for:   stream
# Date created:        10 May 2001
# Whom:        Scott Flatman <sf@dsinw.com>
#
# $FreeBSD$

PORTNAME=   stream
PORTVERSION=    1.0
CATEGORIES= benchmarks
MASTER_SITES=   ftp://ftp.cs.virginia.edu/pub/stream/Code/
DISTFILES=  second_cpu.c stream_d.c
DIST_SUBDIR=    stream-${PORTVERSION}

MAINTAINER= sf@dsinw.com
COMMENT=    Synthetic benchmark program that measures sustainable memory bandwidth

MAKEFILE=   ${FILESDIR}/Makefile

do-extract:
    @${MKDIR} ${WRKDIR}
    @${CP} -r ${_DISTDIR} ${WRKDIR}

post-install:
    ${STRIP_CMD} ${PREFIX}/bin/stream

.include <bsd.port.mk>