# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 114885 2013-12-19 03:39:27Z larryv@macports.org $

PortSystem          1.0

name                libcdio
version             0.92
categories          devel
platforms           darwin
license             GPL-3+
maintainers         nomaintainer

description         Compact Disc Input and Control Library
long_description    The libcdio package contains a library which \
                    encapsulates CD-ROM reading and control. \
                    Applications wishing to be oblivious of the \
                    OS- and device-dependent properties of a CD-ROM \
                    can use this library.
homepage            http://www.gnu.org/software/libcdio/

depends_build       port:pkgconfig
depends_lib         port:gettext \
                    port:libcddb \
                    port:libiconv \
                    port:ncurses \
                    port:popt

master_sites        gnu
checksums           rmd160  c4bab297eb70041a867045ee94897634e3e75175 \
                    sha256  3336bf352aff43b5023e41a6d23525172a3b4ee433c467bd0fab5b8becb33fad

# Required to get a newer libtool that understands -stdlib.
use_autoreconf          yes
autoreconf.args-append  --force

configure.args      --disable-silent-rules

test.run            yes
test.target         check
