# $Id: Portfile 30219 2007-10-22 22:40:35Z jmpp@macports.org $ PortSystem 1.0 name flac version 1.2.1 categories audio maintainers nomaintainer homepage http://flac.sourceforge.net/ description Free Lossless Audio Codec long_description FLAC stands for Free Lossless Audio Codec. \ Grossly oversimplified,FLAC is similar to MP3, but lossless, \ meaning that audio iscompressed in FLAC without throwing away \ any information. This issimilar to how Zip works, except with \ FLAC you will get much better compression because it is \ designed specifically for audio, and you canplay back \ compressed FLAC files in your favorite player (or your car or \ home stereo) just like you would an MP3 file. platforms darwin master_sites sourceforge checksums md5 153c8b15a54da428d1f0fadc756c22c7 patchfiles patch-ltmain.sh patch-nasm.h depends_lib port:libogg port:id3lib configure.args --mandir=${prefix}/share/man --disable-xmms-plugin build.args OBJ_FORMAT=macho variant xmms_plugin description "Build xmms plugin" { configure.args-delete --disable-xmms-plugin depends_lib-append port:xmms } test.run yes test.target check platform darwin i386 { configure.args-append --disable-asm-optimizations }