55ef9707cc
- Fix LICENSE and add LICENSE_FILE - Add regession test support Changes: https://raw.github.com/metabrainz/libdiscid/master/ChangeLog
21 lines
461 B
Makefile
21 lines
461 B
Makefile
# $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>
|