# $Id: Portfile,v 1.1 2005/10/25 15:55:00 mww Exp $

PortSystem 1.0

name			entropy
version			2.0
categories		math
platforms		darwin
maintainers		mww@opendarwin.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
}
