# $Id: Portfile,v 1.1 2005/03/13 15:02:19 olegb Exp $ PortSystem 1.0 name wavpack version 4.1 categories audio maintainers danchr@opendarwin.org description Hybrid lossless audio compression long_description WavPack is a completely open audio compression format \ providing lossless, high-quality lossy, and a unique \ hybrid compression mode. Although the technology is \ loosely based on previous versions of WavPack, the new \ version 4 format has been designed from the ground up \ to offer unparalleled performance and functionality. homepage http://www.wavpack.com/ platforms darwin master_sites ${homepage} checksums sha1 f17e8bff4723593c14d3d69e5bd85eabc906d4d9 use_bzip2 yes pre-configure { system "cd ${worksrcpath} && ./autogen.sh" }