blob: 62734ffc029f2640376c6c6187b04e7a56e2c02a (
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= kontactinterface
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE glue for embedding KParts into Kontact
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 \
parts service solid sonnet 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>
|