# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 37333 2008-06-03 15:56:04Z jmr@macports.org $ PortSystem 1.0 name ubench version 0.32 categories benchmarks maintainers nomaintainer description Unix Benchmark Utility for CPU(s) and memory long_description \ The Unix Benchmark Utility "ubench" is an attempt to introduce \ a single measure of perfomance among computer systems running \ various flavors of Unix operation system. The current \ development release tests only CPU(s) and memory. In the future \ releases there will be tests added for disk and TCP/IP. Ubench \ is taking advantage of multiple CPUs on an SMP system and the \ results will reflect that. homepage http://www.phystech.com/download/ubench.html platforms darwin master_sites http://www.phystech.com/ftp/ \ ftp://ftp.phystech.com/pub/ checksums md5 b03ddb52867a80890999b56cda8e69b7 patchfiles patch-cpubench.c.diff patch-membench.c.diff \ patch-configure.diff build.target destroot.destdir INSTALLDIR=${destroot}${prefix}/bin post-destroot { xinstall -m 444 ${worksrcpath}/ubench.8 ${destroot}${prefix}/share/man/man8 } variant use_64_bit conflicts universal description {Build a 64-bit executable} { configure.cflags-append -m64 }