1PORTNAME= sonnet 2DISTVERSION= ${KDE_FRAMEWORKS_VERSION} 3CATEGORIES= textproc kde kde-frameworks 4 5MAINTAINER= ports@MidnightBSD.org 6COMMENT= KF5 plugin-based spell checking library 7 8LICENSE= lgpl2.1+ 9 10LIB_DEPENDS= libaspell.so:textproc/aspell \ 11 libhunspell-1.7.so:textproc/hunspell 12 13USES= cmake compiler:c++11-lib kde:5 kfhack qt:5 tar:xz 14USE_KDE= ecm:build 15USE_QT= core declarative gui linguisttools network uiplugin widgets \ 16 buildtools:build qmake:build testlib:build 17 18# Disable examples -- they are not installed anyways. 19CMAKE_OFF= ENABLE_EXAMPLES 20 21.include <bsd.port.mk> 22