If a port has no documentation, it doesn't need a DOCS
option (which turns on, or off, exactly an empty set
of documentation). This is now handled correctly by
kde.mk since ports 620d7678c8
.
KDE **applications** with a DOCS option get doctools_build
added for free; this covers the majority of KDE-things-with
documentation. Note that DOCS isn't expected to **change**
anything: most of the ports that have (or had) that option
didn't do anything with it and always built the docs anyway.
PR: 255260
Reported by: Naram Qashat
19 lines
567 B
Makefile
19 lines
567 B
Makefile
PORTNAME= ffmpegthumbs
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= multimedia kde kde-applications
|
|
PKGNAMEPREFIX= kdemultimedia-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= FFmpeg-based thumbnail generator for video files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libswscale.so:multimedia/ffmpeg \
|
|
libtag.so:audio/taglib
|
|
|
|
USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
|
|
USE_KDE= completion config coreaddons i18n jobwidgets kio service widgetsaddons
|
|
USE_QT= concurrent core dbus gui network widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|