freebsd-ports/audio/noson-app/Makefile
Tobias C. Berner 009836693f audio/noson-app: Missing Qt runtime dependency and update to 4.4.3
PR:		250930
Submitted by:	Nico Sonack <nsonack@outlook.com>
2020-11-07 23:00:06 +00:00

26 lines
646 B
Makefile

# $FreeBSD$
PORTNAME= noson-app
DISTVERSION= 4.4.3
CATEGORIES= audio net
MAINTAINER= tcberner@FreeBSD.org
COMMENT= Fast and smart SONOS controller
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libFLAC.so:audio/flac
USES= cmake compiler:c++11-lang qt:5 ssl
USE_QT= core dbus declarative graphicaleffects gui network \
quickcontrols2 svg widgets xml buildtools_build qmake_build
USE_GITHUB= yes
GH_ACCOUNT= janbar
OPTIONS_DEFINE= PULSEAUDIO
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
PULSEAUDIO_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Pulse \
CMAKE_DISABLE_FIND_PACKAGE_Pulse-simple
.include <bsd.port.mk>