freebsd-ports/deskutils/kdeconnect-kde/Makefile
Tobias C. Berner 581c73f04f Update KDE Applications to 20.12
- astro/libkgeomap has been removed as there are no consumers left
- deskutils/kdepim-apps-libs has been reintegrated into other ports

There are a handful of new ports available:
- astro/kosmindoormap: Library and QML component for rendering multi-level OSM indoor maps
- deskutils/itinerary: KDE Itinerary is a digital travel assistant
- devel/kpublictransport: Access realtime public transport data
- graphics/kontrast: Color contrast checker
- textproc/markdownpart: KPart for rendering Markdown content
2020-12-11 19:18:03 +00:00

37 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= kdeconnect-kde
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Support for KDE to interface between your phone and your computer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfakekey.so:x11/libfakekey \
libKF5PulseAudioQt.so:audio/pulseaudio-qt
BUILD_DEPENDS= kpeoplevcard>0:net/kpeoplevcard
RUN_DEPENDS= sshpass:security/sshpass \
sshfs:sysutils/fusefs-sshfs \
kpeoplevcard>0:net/kpeoplevcard
USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \
pkgconfig qca qt:5 tar:xz xorg
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons dbusaddons doctools ecm i18n iconthemes \
itemviews jobwidgets kcmutils kio kirigami2 notifications \
people service solid wayland widgetsaddons xmlgui
USE_QT= concurrent core dbus declarative gui multimedia network \
testlib widgets x11extras xml \
buildtools_build qmake_build
USE_XORG= ice sm x11 xext xtst
USE_LDCONFIG= ${QT_QMLDIR}/org/kde/kdeconnect
OPTIONS_DEFINE= DOCS
KDE_APPLICATIONS_SHLIB_VER=${KDE_APPLICATIONS_VERSION}
.include <bsd.port.mk>