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
|
2004-03-17 06:17:39 +01:00
|
|
|
PORTVERSION= 2.1.1
|
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
|
|
|
|
2004-03-14 08:58:26 +01:00
|
|
|
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
|
2003-08-20 12:11:26 +02:00
|
|
|
|
2004-02-08 15:03:08 +01:00
|
|
|
CONFLICTS= musicbrainz-*
|
|
|
|
|
2001-12-19 09:45:50 +01:00
|
|
|
USE_GMAKE= yes
|
2003-07-30 20:21:37 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
2003-11-17 13:03:17 +01:00
|
|
|
USE_REINPLACE= yes
|
2001-12-19 09:45:50 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-08-20 12:11:26 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
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>
|