freebsd-ports/graphics/libksane/Makefile
Tobias C. Berner 896d87b6fb */*: Zpdate KDE Gear to 21.04.2
Thursday, 10 June 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

The full changelog can be found here:
	https://kde.org/announcements/changelogs/gear/21.04.2/
2021-06-13 08:06:29 +02:00

22 lines
584 B
Makefile

PORTNAME= libksane
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= graphics kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= SANE library interface for KDE
LIB_DEPENDS= libsane.so:graphics/sane-backends
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= config i18n sonnet textwidgets wallet widgetsaddons \
ecm_build
USE_QT= core gui widgets \
buildtools_build qmake_build testlib_build
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
# Override shared library version
KDE_APPLICATIONS_SHLIB_VER= "${KDE_APPLICATIONS_VERSION}"
.include <bsd.port.mk>