1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/jacktrip/Makefile
Yuri Victorovich 5708ae4005 audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.

PR:		251125
Submitted by:	Florian Walpen <dev@submerge.ch> (original version)
2021-08-02 09:03:15 -07:00

27 lines
483 B
Makefile

PORTNAME= jacktrip
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
PORTREVISION= 1
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>