73bf2a49f3
Add support fore new virtual_oss features. Approved by: pi (implicit)
27 lines
685 B
Makefile
27 lines
685 B
Makefile
# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= virtual_oss_ctl
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
|
http://home.selasky.org/distfiles/
|
|
|
|
MAINTAINER= hselasky@FreeBSD.org
|
|
COMMENT= Graphical control panel for the virtual OSS daemon
|
|
|
|
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 tar:bzip2
|
|
USE_GL= gl
|
|
USE_QT= buildtools_build core gui widgets
|
|
|
|
PLIST_FILES= \
|
|
bin/virtual_oss_ctl \
|
|
share/pixmaps/virtual_oss_ctl.png \
|
|
share/applications/virtual_oss_ctl.desktop
|
|
|
|
.include <bsd.port.mk>
|