mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
20364ec3d4
memory bandwidth PR: 27272 Submitted by: Scott Flatman <sf@dsinw.com>
26 lines
516 B
Makefile
26 lines
516 B
Makefile
# 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
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
|
|
do-extract:
|
|
@${MKDIR} ${WRKDIR}
|
|
@${CP} -r ${_DISTDIR} ${WRKDIR}
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/stream
|
|
|
|
.include <bsd.port.mk>
|