mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
0fa3c4a3a1
(See: http://www.silkroad.com/bass/linux/bm.html for results ...) This is another benchmark that tries to give a single performance number, but without giving much thought to proper weighting of the performance numbers. So: Please handle with care ...
19 lines
395 B
Makefile
19 lines
395 B
Makefile
# New ports collection makefile for: byte
|
|
# Version required:
|
|
# Date created: 28 December 1995
|
|
# Whom: se
|
|
#
|
|
# $Id: Makefile,v 1.3 1995/11/22 11:36:48 asami Exp $
|
|
#
|
|
|
|
DISTNAME= bytebench-3.1
|
|
EXTRACT_SUFX= .tar.Z
|
|
CATEGORIES+= benchmarks
|
|
MASTER_SITES= ftp://ftp.inria.fr/system/benchmark/
|
|
|
|
MAINTAINER= se@FreeBSD.org
|
|
|
|
CFLAGS+= -static
|
|
|
|
.include <bsd.port.mk>
|