aboutsummaryrefslogtreecommitdiff
path: root/audio/libdiscid/Makefile
blob: 9d9f9bdbc97372f50dfddd0f18eb97b268214d17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	libdiscid
PORTVERSION=	0.6.2
CATEGORIES=	audio
MASTER_SITES=	ftp://ftp.musicbrainz.org/pub/musicbrainz/${PORTNAME}/ \
		http://ftp.osuosl.org/pub/musicbrainz/${PORTNAME}/

MAINTAINER=	jhale@FreeBSD.org
COMMENT=	Library for creating MusicBrainz DiscIDs

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>