fcf437462e
Release announcement https://kde.org/announcements/announce-applications-19.08.0.php Thanks to tcberner for doing most of the prep-work.
18 lines
508 B
Makefile
18 lines
508 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdegraphics-thumbnailers
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= graphics kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Thumbnailers for various graphics file formats
|
|
|
|
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
|
USE_KDE= archive completion config coreaddons ecm jobwidgets libkdcraw \
|
|
libkexiv2 kio service widgetsaddons
|
|
USE_QT= concurrent core dbus gui network widgets \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|