# $Id: Portfile 50276 2009-04-28 18:34:02Z jmr@macports.org $

PortSystem 1.0

name			entropy
version			2.0
categories		math
platforms		darwin
maintainers		nomaintainer
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

build.args	CC=${configure.cc}

destroot.destdir	PREFIX=${destroot}${prefix}
