# -*- 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 90194 2012-02-25 20:46:54Z rmstonecipher@macports.org $

PortSystem 1.0

name             libcdio
version          0.83
categories       devel
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/
platforms        darwin
master_sites     gnu
checksums           md5     b9e0f1bccb142e697cd834fe56b6e6fb \
                    sha1    43f55972b23fd196d15fd6db17354a1d28e2bb24 \
                    rmd160  37a9acd3e56870367bf02034810e3b823bb2cea7
configure.args   --infodir=${prefix}/share/info \
                 --disable-vcd-info \
		 --mandir=${prefix}/share/man
depends_build    port:pkgconfig
depends_lib      port:libcddb port:libiconv port:gettext port:popt port:ncurses

test.run         yes
test.target      check
