freebsd-ports/audio/webrtc-audio-processing/Makefile

20 lines
432 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= webrtc-audio-processing
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://freedesktop.org/software/pulseaudio/${PORTNAME}/
MAINTAINER= jbeich@FreeBSD.org
COMMENT= AudioProcessing module from WebRTC project
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf compiler:c++11-lib libtool pkgconfig tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>