aboutsummaryrefslogtreecommitdiff
path: root/audio/noson-app/Makefile
blob: 109083d2175717cb7046d81c06690aa2a062cecf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	noson-app
DISTVERSION=	4.4.9
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>