1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/jacktrip/Makefile
Yuri Victorovich 2f6c97c607 audio/jacktrip: Update 1.5.2 -> 1.5.3
Reported by:	portscout
2022-03-28 17:38:48 -07:00

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>