aboutsummaryrefslogtreecommitdiff
path: root/audio/hpsjam/Makefile
blob: 716b641427cb81cfb38a25e85927bf49b273fa61 (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
25
26
27
28
29
30
31
32
33
PORTNAME=	hpsjam
DISTVERSIONPREFIX=	v
DISTVERSION=		1.2.7
PORTREVISION=	1
CATEGORIES=	audio

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Online jamming client and server tool
WWW=		https://github.com/hselasky/hpsjam

LICENSE=	BSD2CLAUSE

LIB_DEPENDS= \
	libjack.so:audio/jack

USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
USE_GL=		gl
USE_QT=		buildtools:build core gui widgets svg

USE_GITHUB=	yes
GH_ACCOUNT=	hselasky
GH_TUPLE=	mborgerding:kissfft:131.1.0:a/kissfft

USER=           nobody
SUB_LIST=       USER=${USER}
USE_RC_SUBR=    ${PORTNAME}_server

PLIST_FILES= \
	bin/HpsJam \
	share/pixmaps/HpsJam.png \
	share/applications/HpsJam.desktop

.include <bsd.port.mk>