2018-04-10 19:09:05 +00:00
|
|
|
PORTNAME= akonadi-search
|
|
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
|
|
CATEGORIES= net kde kde-applications
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Libraries and daemons to implement searching in Akonadi
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
|
|
|
LIB_DEPENDS= libxapian.so:databases/xapian-core
|
|
|
|
|
2018-12-25 20:25:39 +00:00
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
2018-04-10 19:09:05 +00:00
|
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
|
|
|
crash ecm i18n itemmodels kcmutils package plasma-framework \
|
|
|
|
runner service widgetsaddons
|
|
|
|
# pim components
|
|
|
|
USE_KDE+= akonadi akonadimime calendarcore contacts mime
|
2018-06-28 17:39:53 +00:00
|
|
|
USE_QT= core dbus gui widgets xml \
|
2018-04-10 19:09:05 +00:00
|
|
|
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:09:05 +00:00
|
|
|
.include <bsd.port.mk>
|