blob: 0b256da6628e5a9f86171349106584c2071ebfc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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:outsource kde:5 tar:xz
USE_KDE= completion config coreaddons ecm jobwidgets libkdcraw \
libkexiv2 kio service widgetsaddons
USE_QT5= core gui network widgets \
buildtools_build qmake_build
.include <bsd.port.mk>
|