2005-11-05 11:21:27 +00:00
|
|
|
PortSystem 1.0
|
|
|
|
|
|
|
|
|
|
name diehard
|
|
|
|
|
version 0.1
|
|
|
|
|
categories math
|
2014-07-19 03:34:19 +00:00
|
|
|
license none
|
2005-11-05 11:21:27 +00:00
|
|
|
platforms darwin
|
2007-10-23 01:46:57 +00:00
|
|
|
maintainers nomaintainer
|
2005-11-05 11:21:27 +00:00
|
|
|
description Marsaglia's Diehard Battery of Tests of Randomness
|
|
|
|
|
long_description ${description}
|
|
|
|
|
|
|
|
|
|
homepage http://stat.fsu.edu/pub/diehard/
|
|
|
|
|
master_sites http://www.cs.hku.hk/~diehard/cdrom/ \
|
|
|
|
|
http://stat.fsu.edu/pub/diehard/ freebsd
|
|
|
|
|
distname die.c
|
|
|
|
|
checksums md5 854ea157c0ff73dd0d58928c834b6122
|
|
|
|
|
|
2014-07-19 04:24:35 +00:00
|
|
|
patchfiles diehard.c.patch Makefile.patch cdomso.c.patch
|
|
|
|
|
|
2005-11-05 11:21:27 +00:00
|
|
|
use_configure no
|
|
|
|
|
|
|
|
|
|
build.target
|
2014-07-19 04:24:35 +00:00
|
|
|
build.args CC=${configure.cc} LDFLAGS="${configure.ld_archflags}" \
|
|
|
|
|
CFLAGS="${configure.cflags} ${configure.cc_archflags}"
|
2005-11-05 11:21:27 +00:00
|
|
|
|
|
|
|
|
destroot {
|
|
|
|
|
xinstall -m 755 ${worksrcpath}/diehard ${destroot}${prefix}/bin
|
|
|
|
|
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
|
|
|
|
|
xinstall -m 644 ${worksrcpath}/NOTES ${destroot}${prefix}/share/doc/${name}
|
|
|
|
|
}
|