aboutsummaryrefslogtreecommitdiff
path: root/textproc/kf5-sonnet/Makefile
blob: 322850c7e5fd9b384cfe800bdcc3a22dc8051f0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	sonnet
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
PORTREVISION=	1
CATEGORIES=	textproc kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 plugin-based spell checking library

LIB_DEPENDS=	libaspell.so:textproc/aspell \
		libhunspell-1.7.so:textproc/hunspell

USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE=	ecm:build
USE_QT=		core declarative gui linguisttools network uiplugin widgets \
		buildtools:build qmake:build testlib:build

# Disable examples -- they are not installed anyways.
CMAKE_OFF=	ENABLE_EXAMPLES

.include <bsd.port.mk>