1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/audio/mpz/Makefile
Alexey Dokuchaev 685d62dc00 audio/mpz: update the port to version 1.0.19.
Not reported by:	portscout :(
2021-12-11 14:58:38 +00:00

27 lines
609 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= mpz
PORTVERSION= 1.0.19
CATEGORIES= audio
MAINTAINER= danfe@FreeBSD.org
COMMENT= Music player for big local collections
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 qmake qt:5
USE_GSTREAMER1= flac libav mpg123 ogg opus vorbis
USE_QT= buildtools_build concurrent core dbus gui multimedia \
network widgets x11extras
post-extract:
@${RM} -r ${WRKSRC}/libs/taglib ${WRKSRC}/libs/yaml-cpp
.include <bsd.port.mk>