freebsd-ports/audio/libebur128/Makefile
2017-11-24 13:59:14 +00:00

23 lines
449 B
Makefile

# Created by: Pietro Cerutti <gahr@FreeBSD.org>
# $FreeBSD$
PORTNAME= libebur128
PORTVERSION= 1.2.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:audio/speexdsp
USE_GITHUB= yes
GH_ACCOUNT= jiixyj
USES= cmake:outsource localbase:ldflags pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>