blob: e174962cd14e50e98f3aa06928052192ad926d29 (
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
|
PORTNAME= pc-mixer
PORTVERSION= 20171212
PORTREVISION= 4
CATEGORIES= audio
MAINTAINER= jmaloney@ixsystems.com
COMMENT= QT5 based audio mixer for FreeBSD
LICENSE= BSD2CLAUSE
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
MAKE_JOBS_UNSAFE=yes
USES= compiler:c++11-lang gl qmake qt:5 shebangfix tar:xz
USE_LDCONFIG= yes
USE_QT= core gui network svg linguist \
buildtools x11extras widgets multimedia
USE_GL+= gl
WRKSRC_SUBDIR= src-qt5
QMAKE_ARGS= CONFIG+="configure"
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_TAGNAME= ac1d74cc261337998526d091123c28d4ae85277e
PLIST_FILES= bin/pc-mixer \
share/applications/pc-mixer.desktop
.include <bsd.port.mk>
|