2018-04-10 19:09:05 +00:00
|
|
|
# $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
|
|
|
|
|
2018-08-25 05:15:02 +00:00
|
|
|
LIB_DEPENDS= libical.so:devel/libical \
|
|
|
|
libsasl2.so:security/cyrus-sasl2
|
2018-04-10 19:09:05 +00:00
|
|
|
|
2018-09-02 10:15:13 +00:00
|
|
|
CONFLICTS_BUILD= kdepim-runtime-18.0[04]* \
|
|
|
|
kdepim-runtime-17.*
|
|
|
|
|
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 bookmarks codecs completion config configwidgets \
|
|
|
|
coreaddons crash ecm emoticons guiaddons i18n iconthemes init \
|
|
|
|
itemmodels itemviews jobwidgets kdelibs4support kio \
|
|
|
|
notifications parts service textwidgets unitconversion \
|
2018-08-25 05:15:02 +00:00
|
|
|
widgetsaddons windowsystem xmlgui solid sonnet wallet
|
2018-04-10 19:09:05 +00:00
|
|
|
# pim components
|
|
|
|
USE_KDE+= calendarcore contacts
|
2018-11-04 19:00:53 +00:00
|
|
|
USE_QT= core dbus declarative gui location network printsupport webchannel \
|
2018-04-10 19:09:05 +00:00
|
|
|
webengine widgets xml \
|
|
|
|
buildtools_build qmake_build
|
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2018-09-10 13:14:50 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2018-04-10 19:09:05 +00:00
|
|
|
.include <bsd.port.mk>
|