blob: 4fd4be03da1afd5e30b6d95646abfd1e4fa19410 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= ktextaddons
DISTVERSION= 1.7.1
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/${PORTNAME}/
MAINTAINER= kde@FreeBSD.org
COMMENT= Various text handling addons
WWW= https://invent.kde.org/libraries/ktextaddons/
LICENSE= LGPL20+
LIB_DEPENDS= libqt6keychain.so:security/qtkeychain@qt6
USES= gettext cmake kde:6 qt:6 tar:xz xorg
USE_KDE= archive coreaddons colorscheme i18n kio sonnet \
syntaxhighlighting textwidgets widgetsaddons \
ecm:build
USE_QT= base speech
USE_XORG= x11
PLIST_SUB+= LIBVERSION=${PORTVERSION}
.include <bsd.port.mk>
|