freebsd-ports/audio/jacktrip/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
467 B
Makefile

PORTNAME= jacktrip
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Multi-machine audio network performance over the Internet
LICENSE= MIT
LIB_DEPENDS= libjack.so:audio/jack
USES= compiler:c++11-lang qmake qt:5
USE_QT= core network buildtools_build
USE_GITHUB= yes
GH_TAGNAME= d5e110c # contains compilation error fix
CXXFLAGS+= -D__LINUX__
WRKSRC_SUBDIR= src
PLIST_FILES= bin/jacktrip
.include <bsd.port.mk>