# $Id: Portfile,v 1.1 2005/10/25 15:31:19 mww Exp $

PortSystem 1.0

name			dact
version			0.8.39
categories		archivers
platforms		darwin
maintainers		mww@opendarwin.org
description		dynamic adaptive compression tool
long_description	DACT attempts to create very efficient compressed files by \
			attempting to use many different algorithms on each block until it \
			finds the best for every block in the file.

homepage		http://www.rkeene.org/oss/dact/
master_sites	http://www.rkeene.org/files/oss/dact/release/
checksums		md5 e99e881c65b101b03e5fb02445d8fb50

depends_lib		port:libmcrypt port:zlib port:bzip2 port:lzo

configure.args	--mandir=\\\${prefix}/share/man
configure.env	CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib

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

platform darwin 8 {
	configure.env-append	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
}

