fa6314d599
This extends commit ac0878d598 and undoes some of its damage.
PR: 295717
Reported by: portscout
29 lines
748 B
Makefile
29 lines
748 B
Makefile
PORTNAME= mpz
|
|
PORTVERSION= 2.0.10
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Music player for big local collections
|
|
WWW= https://mpz-player.org/
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \
|
|
libqhotkey.so:x11-toolkits/qhotkey@qt5 \
|
|
libtag.so:audio/taglib \
|
|
libyaml-cpp.so:devel/yaml-cpp
|
|
|
|
USES= cmake compiler:c++17-lang desktop-file-utils gstreamer qt:5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= olegantonyan
|
|
USE_GSTREAMER= flac libav mpg123 ogg opus vorbis
|
|
USE_QT= buildtools:build qmake:build concurrent core dbus gui \
|
|
multimedia network widgets x11extras
|
|
|
|
CMAKE_ON= USE_QT5 USE_SYSTEM_LIBMPDCLIENT USE_SYSTEM_TAGLIB USE_SYSTEM_YAMLCPP
|
|
|
|
post-extract:
|
|
@${RM} -r ${WRKSRC}/3rdparty/[^q]*
|
|
|
|
.include <bsd.port.mk>
|