freebsd-ports/audio/libcddb/Makefile

33 lines
806 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 16:53:35 +02:00
# $MCom: ports-stable/audio/libcddb/Makefile,v 1.1 2005/08/09 04:21:26 ahze Exp $
#
PORTNAME= libcddb
2005-08-28 16:53:35 +02:00
PORTVERSION= 1.2.1
CATEGORIES= audio
2005-04-17 03:07:41 +02:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ahze@FreeBSD.org
COMMENT= A library to access data on a CDDB server
2005-07-24 05:34:47 +02:00
USE_BZIP2= yes
USE_LIBTOOL_VER= 15
USE_GNOME= gnometarget gnomehack pkgconfig
INSTALLS_SHLIB= yes
2005-05-10 03:27:24 +02:00
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>