aboutsummaryrefslogtreecommitdiff
path: root/audio/rtaudio/Makefile
blob: 6887c5d67b8ce04ee4a9bc676a560f359a1f68b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

PORTNAME=	rtaudio
DISTVERSION=	5.1.0
PORTREVISION=	1
CATEGORIES=	audio

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	C++ classes that provide a common API for realtime audio input/output

LICENSE=	MIT

USES=		autoreconf compiler:c++11-lang libtool pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	thestk
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-static
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>