mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
7c6ec986e7
Reported by: portscout
26 lines
424 B
Makefile
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>
|