mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
39fa5f95a7
* deskutils/grantleetheme * deskutils/kdepim * deskutils/kdepim-apps-libs * deskutils/libkdepim * net/akonadi-calendar * net/akonadi-contacts * net/akonadi-mime * net/akonadi-notes * net/akonadi-search * net/calendarsupport * net/eventviews * net/incidenceeditor * net/kalarmcal * net/kblog * net/kcalcore * net/kcalutils * net/kcontacts * net/kdav * net/kdenetwork-filesharing * net/kget * net/kidentitymanagement * net/kimap * net/kldap * net/kmailtransport * net/kmbox * net/kmime * net/kontactinterface * net/kpimtextedit * net/krdc * net/krfb * net/ksmtp * net/ktnef * net/libgravatar * net/libkgapi * net/libksieve * net/mailcommon * net/mailimporter * net/messagelib * net/pimcommon * net/zeroconf-ioslave * security/libkleo This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4. This adds a slew of KDE Pim related ports and some of their dependencies. Note, that KDE Pim has a history of working poorly on FreeBSD.
30 lines
833 B
Makefile
30 lines
833 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libkgapi
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= net kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE based library to access google services
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libical.so:devel/libical
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash ecm emoticons guiaddons i18n iconthemes init \
|
|
itemmodels itemviews jobwidgets kdelibs4support kio \
|
|
notifications parts service textwidgets unitconversion \
|
|
widgetsaddons windowsystem xmlgui solid sonnet
|
|
# pim components
|
|
USE_KDE+= calendarcore contacts
|
|
USE_QT5= core dbus gui location qml network printsupport quick webchannel \
|
|
webengine widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
.include <bsd.port.mk>
|