mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
2f6c97c607
Reported by: portscout
26 lines
517 B
Makefile
26 lines
517 B
Makefile
PORTNAME= jacktrip
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.5.3
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Multi-machine audio network performance over the Internet
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= help2man:misc/help2man
|
|
LIB_DEPENDS= libjack.so:audio/jack
|
|
|
|
USES= compiler:c++11-lang gl pkgconfig qmake qt:5
|
|
USE_QT= core gui network widgets buildtools_build
|
|
USE_GL= gl
|
|
|
|
USE_GITHUB= yes
|
|
|
|
QMAKE_SOURCE_PATH= ${PORTNAME}.pro
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
share/man/man1/jacktrip.1.gz
|
|
|
|
.include <bsd.port.mk>
|