1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/benchmarks/bytebench/Makefile
Stefan Eßer 0fa3c4a3a1 The BYTE benchmark suite, very popular under Linux users as it seems.
(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 ...
1996-01-01 22:57:36 +00:00

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>