mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
5708ae4005
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)
27 lines
483 B
Makefile
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>
|