freebsd-ports/audio/libmusicbrainz3/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

27 lines
609 B
Makefile

# $FreeBSD$
PORTNAME= libmusicbrainz
PORTVERSION= 3.0.3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \
http://ftp.osuosl.org/pub/musicbrainz/
PKGNAMESUFFIX= 3
MAINTAINER= jhale@FreeBSD.org
COMMENT= MusicBrainz client library for audio metadata lookup
LICENSE= LGPL21
LIB_DEPENDS= libdiscid.so:audio/libdiscid \
libneon.so:www/neon
USES= cmake pathfix
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e '/CppUnit/d' ${WRKSRC}/CMakeLists.txt
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/cmake/modules/*.cmake
.include <bsd.port.mk>