diff options
Diffstat (limited to 'benchmarks/unixbench/Makefile')
-rw-r--r-- | benchmarks/unixbench/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile new file mode 100644 index 000000000000..9b31eb73e85d --- /dev/null +++ b/benchmarks/unixbench/Makefile @@ -0,0 +1,18 @@ +# 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> |