aboutsummaryrefslogtreecommitdiff
path: root/audio/libebur128/Makefile
blob: 932f3c0031da9f8a071df865d8851dfc842609e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Pietro Cerutti <gahr@FreeBSD.org>

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

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

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cmake pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	jiixyj
USE_LDCONFIG=	yes

.include <bsd.port.mk>