581c73f04f
- 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
24 lines
641 B
Makefile
24 lines
641 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= baloo-widgets
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= sysutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= BalooWidgets library
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= baloo completion config coreaddons ecm emoticons filemetadata \
|
|
i18n init itemmodels jobwidgets kdelibs4support kio service \
|
|
widgetsaddons
|
|
USE_QT= concurrent core dbus gui network testlib widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
# Override shared library version
|
|
KDE_APPLICATIONS_SHLIB_VER=${KDE_APPLICATIONS_VERSION}
|
|
|
|
.include <bsd.port.mk>
|