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
|
2003-07-30 20:21:37 +02:00
|
|
|
PORTVERSION= 2.0.2
|
2000-10-28 09:30:46 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
|
|
|
|
|
2002-12-11 08:34:22 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
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
|
|
|
|
2001-12-19 09:45:50 +01:00
|
|
|
USE_GMAKE= yes
|
2003-07-30 20:21:37 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
2001-12-19 09:45:50 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-05-21 21:54:08 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-10-28 09:30:46 +02:00
|
|
|
|
2001-12-19 09:45:50 +01:00
|
|
|
post-patch:
|
2003-07-30 20:21:37 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \
|
|
|
|
s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure
|
2000-10-28 09:30:46 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|