# $Id: Portfile,v 1.6 2005/07/20 23:35:43 blb Exp $

PortSystem 1.0
name             libcdio
version          0.75
categories       devel
maintainers      toby@opendarwin.org
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 628bd9e6d62747ff6a2b14f976673ea0
configure.args   --infodir=${prefix}/share/info \
                 --disable-vcd-info
depends_build    bin:pkg-config:pkgconfig
depends_lib      lib:libcddb.0:libcddb

test.run         yes
test.target      check
