mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
5bff8e7bfd
[patch] audio/grip - cleanup non-supported FreeBSD versions [patch] audio/jack - cleanup non-supported FreeBSD versions [patch] audio/libcddb - cleanup non-supported FreeBSD versions PR: ports/111646, ports/111660, ports/111662, ports/111668 Submitted by: Edwin Groothuis <edwin@mavetju.org> Appproved by: Michael Johnson <ahze@>
26 lines
703 B
Makefile
26 lines
703 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.2.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
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_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --without-cdio
|
|
CONFIGURE_ENV= CPPFLAGS="-DICONV_CONST=\"const\""
|
|
|
|
.include <bsd.port.mk>
|