1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/audio/jacktrip/Makefile
Yuri Victorovich 7c6ec986e7 audio/jacktrip: Update 1.1-132 -> 1.2
Reported by:	portscout
2020-06-10 00:13:47 +00:00

26 lines
424 B
Makefile

# $FreeBSD$
PORTNAME= jacktrip
DISTVERSIONPREFIX= v
DISTVERSION= 1.2
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_GITHUB= yes
USE_QT= core network buildtools_build
CXXFLAGS+= -D__LINUX__
WRKSRC_SUBDIR= src
PLIST_FILES= bin/jacktrip
.include <bsd.port.mk>