1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/audio/libcddb/Makefile

26 lines
703 B
Makefile
Raw Normal View History

# New ports collection makefile for: libcddb
# Date created: Mon Mar 1 00:48:58 EST 2004
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
2005-08-28 14:53:35 +00:00
# $MCom: ports-stable/audio/libcddb/Makefile,v 1.1 2005/08/09 04:21:26 ahze Exp $
2006-10-31 02:24:33 +00:00
# $Id: Makefile 17 2006-10-17 02:09:55Z buhnux $
PORTNAME= libcddb
2007-04-16 17:28:28 +00:00
PORTVERSION= 1.3.0
CATEGORIES= audio
2005-04-17 01:07:41 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= multimedia@FreeBSD.org
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
USE_GNOME= gnometarget gnomehack pkgconfig
2006-10-31 02:24:33 +00:00
USE_LDCONFIG= yes
2005-05-10 01:27:24 +00:00
CONFIGURE_ARGS= --without-cdio
CONFIGURE_ENV= CPPFLAGS="-DICONV_CONST=\"const\""
.include <bsd.port.mk>