aboutsummaryrefslogtreecommitdiff
path: root/audio/mpz/Makefile
blob: 1028d953efb0dba50e31f72d32f768da0f2b9cd5 (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
PORTNAME=	mpz
PORTVERSION=	1.0.23
PORTREVISION=	1
CATEGORIES=	audio

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	Music player for big local collections
WWW=		https://mpz-player.org/

LICENSE=	GPLv3+

LIB_DEPENDS=	libtag.so:audio/taglib \
		libyaml-cpp.so:devel/yaml-cpp

USE_GITHUB=	yes
GH_ACCOUNT=	olegantonyan

USES=		compiler:c++11-lang desktop-file-utils gstreamer qmake qt:5
USE_GSTREAMER=	flac libav mpg123 ogg opus vorbis
USE_QT=		buildtools:build concurrent core dbus gui multimedia \
		network widgets x11extras

QMAKE_ARGS=	DEFINES+=USE_SYSTEM_TAGLIB DEFINES+=USE_SYSTEM_YAMLCPP

post-extract:
	@${RM} -r ${WRKSRC}/libs/taglib ${WRKSRC}/libs/yaml-cpp

.include <bsd.port.mk>