mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
948f5473bd
Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports)
34 lines
828 B
Makefile
34 lines
828 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 $
|
|
#
|
|
|
|
PORTNAME= libcddb
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 1
|
|
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
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ARGS= --without-cdio
|
|
CONFIGURE_ENV= CPPFLAGS="-DICONV_CONST=\"const\""
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
EXTRA_PATCHES+= ${PATCHDIR}/cddb.h-systypes-patch \
|
|
${PATCHDIR}/cddb_ni.h-systypes-patch
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|