1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/libebur128/Makefile
Pietro Cerutti 4e74521ff0 - New port: audio/libebur128
libebur128 is a library that implements the EBU R 128 standard for loudness
normalisation.

WWW: https://github.com/jiixyj/libebur128
2014-05-02 15:45:59 +00:00

26 lines
447 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= libebur128
PORTVERSION= 1.0.1
CATEGORIES= audio
MAINTAINER= gahr@FreeBSD.org
COMMENT= Implementation of the EBU R128 loudness standard
LICENSE= MIT
LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speex
USES= cmake:outsource pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= jiixyj
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= 1214547
PLIST_SUB+= VER1=${PORTVERSION:R:R} \
VER3=${PORTVERSION}
.include <bsd.port.mk>