blob: cb323a100f71d19ba761a9b0b14edb06be95b85c (
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
24
|
PORTNAME= kpimtextedit
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE library for PIM-specific text editing utilities
WWW= https://www.kde.org/
LICENSE= LGPL21
USES= cmake compiler:c++11-lib gettext kde:6 qt:6 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons kio \
ktextaddons service solid sonnet syntaxhighlighting \
texttemplate textwidgets widgetsaddons windowsystem xmlgui \
ecm:build
USE_QT= base
USE_XORG= x11
USE_LDCONFIG= yes
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|