1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Yuri Victorovich f20fc578b3 audio/rtmidi: add USES=compiler:c11
PR:		234164
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-12-19 17:18:36 +00:00

25 lines
513 B
Makefile

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