mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
30 lines
758 B
Makefile
30 lines
758 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mpc-qt
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 18.08
|
|
PORTREVISION= 4
|
|
CATEGORIES= multimedia audio
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Qt 5 clone of Media Player Classic based on libmpv
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= mpv>=0.29,1:multimedia/mpv
|
|
LIB_DEPENDS= libmpv.so:multimedia/mpv
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cmdrkotori
|
|
GH_TUPLE= Argon-:mpv-stats:1.1-28-gf42aa68:mpv_stats/external/mpv-stats
|
|
|
|
USES= compiler:c++14-lang desktop-file-utils pkgconfig qmake qt:5
|
|
USE_QT= qmake_build buildtools_build linguisttools_build \
|
|
core dbus gui network svg_run widgets x11extras
|
|
USE_GL= gl
|
|
CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \
|
|
-D_DECLARE_C99_LDBL_MATH # XXX ports/193528
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|