2018-04-10 19:31:53 +00:00
|
|
|
PORTNAME= kmail
|
|
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
|
|
CATEGORIES= deskutils kde kde-applications
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= KDE mail client
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2021-03-24 13:34:35 +00:00
|
|
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
|
|
|
EXPIRATION_DATE=2021-06-23
|
|
|
|
|
2018-04-10 19:31:53 +00:00
|
|
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
|
|
|
libgpg-error.so:security/libgpg-error \
|
|
|
|
libgpgme.so:security/gpgme \
|
|
|
|
libgpgmepp.so:security/gpgme-cpp \
|
2021-08-13 06:05:53 +00:00
|
|
|
libqgpgme.so:security/gpgme-qt5 \
|
|
|
|
libqt5keychain.so:security/qtkeychain
|
2018-04-10 19:31:53 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= accountwizard:deskutils/kmail-account-wizard \
|
|
|
|
akonadiimportwizard:deskutils/akonadi-import-wizard \
|
|
|
|
mboximporter:deskutils/mbox-importer \
|
|
|
|
sieveeditor:deskutils/pim-sieve-editor
|
|
|
|
|
2019-06-23 15:39:32 +00:00
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 qt:5 tar:xz
|
2018-04-10 19:31:53 +00:00
|
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
2021-08-13 06:05:53 +00:00
|
|
|
coreaddons crash dbusaddons guiaddons i18n iconthemes imap \
|
2018-04-10 19:31:53 +00:00
|
|
|
itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
|
|
|
|
notifications notifyconfig parts service solid sonnet \
|
|
|
|
syntaxhighlighting texteditor textwidgets unitconversion wallet \
|
2021-08-13 06:05:53 +00:00
|
|
|
widgetsaddons windowsystem xmlgui \
|
|
|
|
ecm_build
|
2018-04-10 19:31:53 +00:00
|
|
|
# pim components
|
|
|
|
USE_KDE+= akonadi akonadicontacts akonadimime akonadisearch calendarcore \
|
2021-08-13 06:05:53 +00:00
|
|
|
calendarutils contacts gravatar grantleetheme \
|
2018-04-10 19:31:53 +00:00
|
|
|
identitymanagement libkdepim libkleo libksieve \
|
|
|
|
kontactinterface ldap mailcommon mailtransport messagelib \
|
2018-08-02 10:22:44 +00:00
|
|
|
mime pimcommon pimtextedit tnef \
|
|
|
|
kdepim-runtime5_run
|
2019-06-23 15:39:32 +00:00
|
|
|
USE_QT= concurrent core dbus declarative gui location network printsupport \
|
2018-04-10 19:31:53 +00:00
|
|
|
webchannel webengine widgets xml \
|
|
|
|
buildtools_build qmake_build
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
|
|
|
|
|
2018-09-10 13:14:50 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2018-04-10 19:31:53 +00:00
|
|
|
.include <bsd.port.mk>
|