880d7ee8f9
Announcement: https://kde.org/announcements/gear/25.04.3/
34 lines
1000 B
Makefile
34 lines
1000 B
Makefile
PORTNAME= kmail-account-wizard
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= deskutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE mail account wizard
|
|
WWW= https://www.kde.org/
|
|
|
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
|
libgpg-error.so:security/libgpg-error \
|
|
libgpgme.so:security/gpgme \
|
|
libgpgmepp.so:security/gpgmepp \
|
|
libqgpgmeqt6.so:security/qgpgme@qt6
|
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils gettext gl kde:6 \
|
|
qt:6 shared-mime-info tar:xz
|
|
USE_GL= gl
|
|
USE_KDE= attica auth codecs config configwidgets coreaddons crash \
|
|
dbusaddons i18n itemmodels itemviews kcmutils kio newstuff \
|
|
notifications notifyconfig service texteditor wallet \
|
|
widgetsaddons xmlgui \
|
|
ecm:build
|
|
# pim components
|
|
USE_KDE+= akonadi akonadimime identitymanagement ldap libkdepim libkleo \
|
|
mailtransport mime pimcommon pimtextedit
|
|
USE_QT= base
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|