a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name entropy
version 2.0
categories math
platforms darwin
maintainers nomaintainer@macports.org
description calculate the entropy of a given file/stream
long_description Entropy is a program that will calculate the entropy of a \
given set of data. This program is mainly used to benchmark the \
efficiency of existing or developing compression algorithms.
homepage http://www.seccuris.com/
master_sites http://www.seccuris.com/documents/downloads/
checksums md5 7b8fc27d3517598f6012079864a2b795
patchfiles patch-Makefile
use_configure no
destroot.destdir PREFIX=${destroot}${prefix}
platform darwin 8 {
build.args CC=/usr/bin/gcc-4.0
}