Files
ports/audio/jacktrip/Makefile
T
Yuri Victorovich 6b42d42a5d audio/jacktrip: Update 1.3.0.rc -> 1.3.0
Reported by:	portscout
2021-01-24 01:15:48 +00:00

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>