1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/audio/rtmidi/Makefile
2021-04-06 16:31:07 +02:00

24 lines
496 B
Makefile

# 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>