0af3f5648f
* Changelog: https://www.kde.org/announcements/kde-frameworks-5.30.0.php * New framework: x11/kf5-kwayland PR: 216345 Exp-run by: antoine Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9271
19 lines
468 B
Makefile
19 lines
468 B
Makefile
# Created by: tcberner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sonnet
|
|
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= textproc kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 plugin-based spell checking library
|
|
|
|
LIB_DEPENDS= libaspell.so:textproc/aspell \
|
|
libhunspell-1.6.so:textproc/hunspell
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT5= buildtools_build core gui linguisttools qmake_build \
|
|
testlib widgets
|
|
|
|
.include <bsd.port.mk>
|