# Created by: Pietro Cerutti <gahr@FreeBSD.org>
# $FreeBSD: tags/RELEASE_10_3_0/audio/libebur128/Makefile 398272 2015-10-01 13:14:34Z vanilla $

PORTNAME=	libebur128
PORTVERSION=	1.0.3
DISTVERSIONPREFIX=	v
CATEGORIES=	audio

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Implementation of the EBU R128 loudness standard

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libspeexdsp.so:${PORTSDIR}/audio/speexdsp

USE_GITHUB=	yes
GH_ACCOUNT=	jiixyj

USES=		cmake:outsource pkgconfig
USE_LDCONFIG=	yes
LDFLAGS+=	-L${LOCALBASE}/lib

.include <bsd.port.mk>
