# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name libvorbis version 1.2.2 categories audio platforms darwin maintainers nox openmaintainer description The Vorbis General Audio Compression Codec long_description \ Ogg Vorbis is a fully open, non-proprietary, \ patent-and-royalty-free, general-purpose compressed audio format for \ audio and music at fixed and variable bitrates from 16 to 128 \ kbps/channel. homepage http://www.vorbis.com/ master_sites http://downloads.xiph.org/releases/vorbis/ depends_build port:pkgconfig depends_lib port:libogg checksums md5 fcab1884e78c49f06352d92cedf9a06a \ sha1 629890c77c6abb56243232f25578c466e27950c7 \ rmd160 10cefdd540a3f55b6650eed7f1fbe11df463cae4 configure.args --disable-oggtest use_parallel_build yes post-destroot { set docdir ${prefix}/share/doc/${name}-${version} if {! [variant_isset doc]} { xinstall -d ${destroot}${docdir} } xinstall -m 0644 -W ${worksrcpath} AUTHORS CHANGES COPYING README \ ${destroot}${docdir} } livecheck.check regex livecheck.url http://www.xiph.org/downloads/ livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)