mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
35 lines
664 B
Makefile
35 lines
664 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pc-mixer
|
|
PORTVERSION= 20171212
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= jmaloney@ixsystems.com
|
|
COMMENT= QT5 based audio mixer for FreeBSD
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
WRKSRC_SUBDIR= src-qt5
|
|
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
USES= 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_PROJECT= pc-mixer
|
|
GH_TAGNAME= ac1d74cc261337998526d091123c28d4ae85277e
|
|
|
|
PLIST_FILES= bin/pc-mixer \
|
|
share/applications/pc-mixer.desktop
|
|
|
|
.include <bsd.port.mk>
|