2001-11-06 20:17:17 +00:00
|
|
|
# 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}
|
|
|
|
|
2003-04-19 13:06:13 +00:00
|
|
|
MAINTAINER= sf@slappy.org
|
2003-02-21 11:08:38 +00:00
|
|
|
COMMENT= Synthetic benchmark program that measures sustainable memory bandwidth
|
2001-11-06 20:17:17 +00:00
|
|
|
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
|
|
|
|
|
|
do-extract:
|
|
|
|
@${MKDIR} ${WRKDIR}
|
|
|
|
@${CP} -r ${_DISTDIR} ${WRKDIR}
|
|
|
|
|
|
|
|
post-install:
|
2002-06-23 20:10:12 +00:00
|
|
|
${STRIP_CMD} ${PREFIX}/bin/stream
|
2001-11-06 20:17:17 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|