mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
dd8fe029da
https://github.com/metabrainz/libdiscid/pull/62 PR: 269990 Reported by: ehaupt
26 lines
750 B
Makefile
26 lines
750 B
Makefile
PORTNAME= libdiscid
|
|
PORTVERSION= 0.6.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://github.com/metabrainz/${PORTNAME}/releases/download/v${PORTVERSION}/ \
|
|
http://ftp.osuosl.org/pub/musicbrainz/${PORTNAME}/ \
|
|
http://ftp.eu.metabrainz.org/pub/musicbrainz/${PORTNAME}/
|
|
|
|
PATCH_SITES= https://github.com/metabrainz/libdiscid/commit/
|
|
PATCHFILES= b89c14599fd8798eef64431bb05e8705aaaea683.patch:-p1 #Fix pkgconfig file (PR: 269990)
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Library for creating MusicBrainz DiscIDs
|
|
WWW= https://musicbrainz.org/doc/libdiscid
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake pathfix
|
|
USE_LDCONFIG= yes
|
|
|
|
# Full test requires an audio CD to be in the drive
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|