mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
20 lines
364 B
Makefile
20 lines
364 B
Makefile
# 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>
|