# -*- 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 99890 2012-11-21 02:59:43Z rmstonecipher@macports.org $

PortSystem 1.0

name             libcdio
version          0.90
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           rmd160  e960bfa2db9f19d62ef5e81acb2cf782d60b13fd \
                    sha256  af7e73825cec045e7775a205924de4804fe8ce60ccd299d605234b5df233f74e
configure.args   --infodir=${prefix}/share/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
