6461868929
- Use neon 0.28 instead of 0.26. No other ports currenty depend on this port, so this shouldn't be a problem - gmake not needed PR: 127466 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
32 lines
817 B
Makefile
32 lines
817 B
Makefile
# New ports collection makefile for: libmusicbrainz3
|
|
# Date Created: 2007-05-17
|
|
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmusicbrainz3
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \
|
|
http://uk.musicbrainz.org/pub/musicbrainz/ \
|
|
http://ftp.osuosl.org/pub/musicbrainz/
|
|
DISTNAME= ${PORTNAME:S/3//}-${PORTVERSION}
|
|
|
|
MAINTAINER= bsdkaffee@gmail.com
|
|
COMMENT= MusicBrainz client library for audio metadata lookup
|
|
|
|
LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \
|
|
neon.28:${PORTSDIR}/www/neon28
|
|
|
|
USE_CMAKE= yes
|
|
USE_GNOME= pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}\/pkgconfig|libdata\/pkgconfig|' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.post.mk>
|