61b245c0dd
Announcement: https://kde.org/announcements/gear/26.04.2/
22 lines
598 B
Makefile
22 lines
598 B
Makefile
PORTNAME= kmousetool
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= accessibility kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Automatic mouse click tool for KDE
|
|
WWW= https://www.kde.org/applications/utilities/kmousetool/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz xorg
|
|
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons i18n \
|
|
iconthemes notifications statusnotifieritem \
|
|
widgetsaddons windowsystem xmlgui \
|
|
ecm:build
|
|
USE_QT= base multimedia
|
|
USE_XORG= ice sm x11 xext xt xtst
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|