# $Id: Portfile,v 1.6 2005/07/20 23:34:33 blb Exp $

PortSystem 1.0
name             libcddb
version          1.1.0
categories       devel
maintainers      toby@opendarwin.org
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

master_sites     sourceforge
checksums        md5 c15ee69fcb9459c9450e8140cdef0952

build.args       LDFLAGS="-liconv"

test.run         yes
test.target      check
