freebsd-ports/audio/rtmidi/Makefile
Yuri Victorovich 43a2d4f140 audio/rtmidi: Update 3.0.0 -> 4.0.0
Reported by:	portscout
2019-05-04 07:53:15 +00:00

23 lines
492 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= rtmidi
DISTVERSION= 4.0.0
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>