mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
6b42d42a5d
Reported by: portscout
28 lines
480 B
Makefile
28 lines
480 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|