* graphics/gwenview * graphics/kamera * graphics/kcolorchooser * graphics/kdegraphics-mobipocket * graphics/kdegraphics-svgpart * graphics/kdegraphics-thumbnailers * graphics/kimagemapeditor * graphics/kolourpaint * graphics/libkdcraw * graphics/libkexiv2 * graphics/libkipi * graphics/libksane * graphics/okular * graphics/spectacle This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4. Differential Revision: https://reviews.freebsd.org/D14833
18 lines
451 B
Makefile
18 lines
451 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdegraphics-mobipocket
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= graphics kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Mobipocket plugins for Strigi indexing and thumbnails
|
|
|
|
USES= cmake:outsource kde:5 tar:xz
|
|
USE_KDE= completion config coreaddons ecm jobwidgets kio service \
|
|
widgetsaddons
|
|
USE_QT5= core gui network widgets \
|
|
buildtools_build qmake_build
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|