ebd334649f
Use a different distfile that has a properly versioned directory. The checksum has changed, but there are no file changes, only the WRKSRC has been renamed from the confusing "libcoverart-{PROJECT_VERSION}" to "libcoverart-1.0.0". Reported by: pkg-fallout [1]
24 lines
530 B
Makefile
24 lines
530 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libcoverart
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://github.com/metabrainz/${PORTNAME}/releases/download/release-${PORTVERSION}/
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Library for accessing the MusicBrainz cover art archive
|
|
|
|
LICENSE= LGPL20
|
|
|
|
LIB_DEPENDS= libjansson.so:devel/jansson \
|
|
libneon.so:www/neon
|
|
|
|
USES= cmake pathfix
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
|
${WRKSRC}/cmake/modules/*.cmake
|
|
|
|
.include <bsd.port.mk>
|