mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
755fc7d25d
- Improved audio buffering algorithms. Approved by: pi (implicit)
30 lines
568 B
Makefile
30 lines
568 B
Makefile
# Created by: Hans Petter Selasky <hselasky@freebsd.org>
|
|
|
|
PORTNAME= hpsjam
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.21
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= hselasky@FreeBSD.org
|
|
COMMENT= Online jamming client and server tool
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= \
|
|
libfftw3.so:math/fftw3 \
|
|
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
|
|
|
|
PLIST_FILES= \
|
|
bin/HpsJam \
|
|
share/pixmaps/HpsJam.png \
|
|
share/applications/HpsJam.desktop
|
|
|
|
.include <bsd.port.mk>
|