mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
2c348825da
KDE Gear 21.12 has landed and comes with a massive number of updates and new versions of applications and libraries. Literally, dozens of classic KDE everyday tools and the specialised sophisticated apps you use to work, be creative and play, are getting refreshers with design improvements, new features and performance and stability enhancements. What's new: https://kde.org/announcements/gear/21.12.0/#whatsnew Changelog: https://kde.org/announcements/changelogs/gear/21.12.0/
21 lines
562 B
Makefile
21 lines
562 B
Makefile
PORTNAME= kmousetool
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= accessibility kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Automatic mouse click tool for KDE
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
|
|
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \
|
|
i18n iconthemes notifications widgetsaddons windowsystem xmlgui \
|
|
ecm_build
|
|
USE_QT= core dbus gui phonon4 widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= ice sm x11 xext xtst
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|