2013-09-20 14:36:35 +00:00
|
|
|
# Created by: Michael Johnson <ahze@ahze.net>
|
2004-03-01 19:16:24 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libcddb
|
2010-05-30 12:03:02 +00:00
|
|
|
PORTVERSION= 1.3.2
|
2010-06-09 21:58:44 +00:00
|
|
|
PORTREVISION= 1
|
2004-03-01 19:16:24 +00:00
|
|
|
CATEGORIES= audio
|
2009-08-22 00:13:26 +00:00
|
|
|
MASTER_SITES= SF
|
2004-03-01 19:16:24 +00:00
|
|
|
|
2006-06-09 18:00:35 +00:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2004-03-01 19:16:24 +00:00
|
|
|
COMMENT= A library to access data on a CDDB server
|
|
|
|
|
2005-07-24 03:34:47 +00:00
|
|
|
USE_BZIP2= yes
|
2006-10-31 02:24:33 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2013-04-27 08:50:46 +00:00
|
|
|
USES= pathfix pkgconfig iconv
|
2006-10-31 02:24:33 +00:00
|
|
|
USE_LDCONFIG= yes
|
2005-05-10 01:27:24 +00:00
|
|
|
CONFIGURE_ARGS= --without-cdio
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -DICONV_CONST="const" -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-03-01 19:16:24 +00:00
|
|
|
|
2007-04-16 03:34:03 +00:00
|
|
|
.include <bsd.port.mk>
|