1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/multimedia/qwinff/Makefile
2021-04-06 16:31:07 +02:00

28 lines
630 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
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>