mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
43 lines
1.4 KiB
Makefile
43 lines
1.4 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= messagelib
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= net kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Library for handling messages
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
|
libboost_system.so:devel/boost-libs \
|
|
libgpg-error.so:security/libgpg-error \
|
|
libgpgme.so:security/gpgme \
|
|
libgpgmepp.so:security/gpgme-cpp \
|
|
libqgpgme.so:security/gpgme-qt5
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
|
|
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
|
|
coreaddons ecm i18n iconthemes itemmodels itemviews jobwidgets \
|
|
kdewebkit kio service solid sonnet syntaxhighlighting \
|
|
textwidgets wallet widgetsaddons windowsystem xmlgui
|
|
# pim components
|
|
USE_KDE+= akonadi akonadicontacts akonadimime akonadisearch calendarcore \
|
|
contacts grantleetheme gravatar identitymanagement \
|
|
kdepim-apps-libs ldap libkdepim libkleo mailtransport mbox \
|
|
mime pimcommon pimtextedit
|
|
USE_QT= core dbus gui location network printsupport qml quick testlib \
|
|
uitools webchannel webengine widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
OPTIONS_DEFINE= INOTIFY DOCS
|
|
OPTIONS_DEFAULT= INOTIFY
|
|
OPTIONS_SUB= yes
|
|
|
|
INOTIFY_DESC= Filesystem alteration notifications using inotify
|
|
INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
|
|
|
|
.include <bsd.port.mk>
|