2000-10-28 09:30:46 +02:00
|
|
|
# New ports collection makefile for: musicbrainz
|
|
|
|
# Date Created: 26 Oct 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-03-24 03:33:11 +01:00
|
|
|
PORTNAME= libmusicbrainz
|
2007-06-06 07:59:19 +02:00
|
|
|
PORTVERSION= 2.1.5
|
2000-10-28 09:30:46 +02:00
|
|
|
CATEGORIES= audio
|
2006-01-27 10:42:29 +01:00
|
|
|
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \
|
2006-07-04 05:19:51 +02:00
|
|
|
http://uk.musicbrainz.org/pub/musicbrainz/
|
2000-10-28 09:30:46 +02:00
|
|
|
|
2006-01-27 10:42:29 +01:00
|
|
|
MAINTAINER= bsdkaffee@gmail.com
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= 2nd generation incarnation of the CD Index - audio metadata
|
2000-10-28 09:30:46 +02:00
|
|
|
|
2006-01-31 00:20:05 +01:00
|
|
|
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
2003-08-20 12:11:26 +02:00
|
|
|
|
2006-01-27 10:42:29 +01:00
|
|
|
CONFLICTS= musicbrainz-1.*
|
2004-02-08 15:03:08 +01:00
|
|
|
|
2001-12-19 09:45:50 +01:00
|
|
|
USE_GMAKE= yes
|
2003-07-30 20:21:37 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
2006-07-04 05:19:51 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-08-20 12:11:26 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2007-06-06 07:59:19 +02:00
|
|
|
USE_LDCONFIG= yes
|
2000-10-28 09:30:46 +02:00
|
|
|
|
2001-12-19 09:45:50 +01:00
|
|
|
post-patch:
|
2006-01-27 10:42:29 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
2000-10-28 09:30:46 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|