Release announcement https://kde.org/announcements/announce-applications-19.08.0.php Thanks to tcberner for doing most of the prep-work.
29 lines
819 B
Makefile
29 lines
819 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kontact
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= deskutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE Personal Information Manager
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
|
ecm i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
|
|
service sonnet textwidgets widgetsaddons windowsystem xmlgui
|
|
# pim components
|
|
USE_KDE+= akonadi grantleetheme kdepim-apps-libs kontactinterface libkdepim
|
|
USE_QT= concurrent core dbus declarative gui location network \
|
|
printsupport webchannel webengine widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|