1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/libcddb/Makefile
Koop Mast 913f6d564c Tell configure where to find libiconv. Somehow gcc managed to compile it.
Clang however didn't. [1]

While here add dependancy on libiconv. This probably went unnoticed because
gettext already pulls libiconv in.

Submitted by:	Andrius Morkunas <hinokind@gmail.com> [1]
2010-06-09 21:58:44 +00:00

28 lines
734 B
Makefile

# New ports collection makefile for: libcddb
# Date created: Mon Mar 1 00:48:58 EST 2004
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
# $MCom: ports-stable/audio/libcddb/Makefile,v 1.1 2005/08/09 04:21:26 ahze Exp $
# $Id: Makefile 17 2006-10-17 02:09:55Z buhnux $
PORTNAME= libcddb
PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= multimedia@FreeBSD.org
COMMENT= A library to access data on a CDDB server
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= gnometarget gnomehack pkgconfig
USE_ICONV= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --without-cdio
CONFIGURE_ENV= CPPFLAGS="-DICONV_CONST=\"const\" -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>