17 lines
356 B
Makefile
17 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libdiscid
|
|
PORTVERSION= 0.6.1
|
|
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
|
|
|
|
USES= cmake pathfix
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|