# -*- 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$

PortSystem 1.0

name             libcddb
version          1.3.2
revision         1
categories       devel
license          LGPL
maintainers      nomaintainer
description      library to access data on a CDDB server
long_description \
	Libcddb is a C library to access data on a CDDB server \
	(freedb.org). It allows you to search the database for \
	possible CD matches, retrieve detailed information about \
	a specific CD, and submit new CD entries to the database.
homepage         http://libcddb.sourceforge.net/
platforms        darwin

depends_lib      port:libiconv

master_sites     sourceforge:project/libcddb/libcddb/${version}

checksums        md5     8bb4a6f542197e8e9648ae597cd6bc8a \
                 sha1    2a7855918689692ff5ca3316d078a859d51959ce \
                 rmd160  e38ed8c7dd5a9b4a5b2a1772a9e98f914872c397

use_bzip2        yes

configure.args   --without-cdio

test.run         yes
test.target      check