mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
b1ecad53b0
Bump PORTREVISION on consumers. Sponsored by: Serenity Cybersecurity, LLC PR: 262713
20 lines
528 B
Makefile
20 lines
528 B
Makefile
PORTNAME= webrtc-audio-processing
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://freedesktop.org/software/pulseaudio/${PORTNAME}/
|
|
PKGNAMESUFFIX= 0
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= AudioProcessing module from WebRTC project (legacy version)
|
|
WWW= https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
|
|
|
|
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>
|