freebsd-ports/multimedia/qwinff/Makefile
Mark Linimon ce675e0229 Add compiler:c++11-lang to USES to fix build on GCC-based systems:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.

Approved by:	portmgr (tier-2 blanket)
2021-02-03 00:27:55 +00:00

28 lines
642 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= qwinff
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.1-22
DISTVERSIONSUFFIX= -g17e987e
CATEGORIES= multimedia
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Qt5 GUI Frontend for FFmpeg
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING.txt
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
sox:audio/sox
USES= cmake:noninja compiler:c++11-lang qt:5
USE_GITHUB= yes
USE_QT= core gui linguisttools network widgets buildtools_build \
qmake_build
post-patch:
@${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \
${WRKSRC}/src/main.cpp ${WRKSRC}/src/ui/mainwindow.cpp
.include <bsd.port.mk>