aboutsummaryrefslogtreecommitdiff
path: root/audio/rtmidi/Makefile
blob: e2fac8a5bfab5bede5d2407a5bd9c91e6b397c30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Yuri Victorovich <yuri@rawbw.com>

PORTNAME=	rtmidi
DISTVERSION=	4.0.0
PORTREVISION=	1
CATEGORIES=	audio

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Set of C++ classes that provide a common API for realtime MIDI I/O

LICENSE=	MIT

LIB_DEPENDS=	libjack.so:audio/jack

USES=		autoreconf compiler:c11 libtool localbase
GNU_CONFIGURE=	yes
USE_GITHUB=	yes
GH_ACCOUNT=	thestk
CONFIGURE_ARGS=	--with-jack --disable-static
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>