e164e7a5e9
portmgr would like to thank Hans Petter for his years of ports maintenance and his work on FreeBSD in general. May he rest in peace. An in-memoriam can be read at https://lists.freebsd.org/archives/freebsd-announce/2023-July/000076.html With hat: portmgr-secretary
30 lines
681 B
Makefile
30 lines
681 B
Makefile
PORTNAME= virtual_oss_ctl
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphical control panel for the virtual OSS daemon
|
|
WWW= https://github.com/hselasky/virtual_oss_ctl
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= virtual_oss>=1.2.6:audio/virtual_oss
|
|
LIB_DEPENDS= libfftw3.so:math/fftw3
|
|
|
|
USES= compiler:c++11-lang gl qmake qt:5
|
|
USE_GL= gl
|
|
USE_QT= buildtools:build core gui widgets
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= hselasky
|
|
|
|
GH_TUPLE= hselasky:virtual_oss:v1.3.0:d/virtual_oss
|
|
|
|
PLIST_FILES= \
|
|
bin/virtual_oss_ctl \
|
|
share/pixmaps/virtual_oss_ctl.png \
|
|
share/applications/virtual_oss_ctl.desktop
|
|
|
|
.include <bsd.port.mk>
|