ports/x11/kde-applications/kteatime/Makefile

36 lines
1 KiB
Makefile

COMMENT = simple timer tray app for KDE
DISTNAME = kteatime-${VERSION}
CATEGORIES = productivity
HOMEPAGE = https://kde.org/applications/utilities/org.kde.kteatime
WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF5AuthCore KF5Codecs KF5ConfigCore
WANTLIB += KF5ConfigGui KF5ConfigWidgets KF5CoreAddons KF5Crash
WANTLIB += KF5GuiAddons KF5I18n KF5IconThemes KF5Notifications
WANTLIB += KF5NotifyConfig KF5SonnetUi KF5TextWidgets KF5WidgetsAddons
WANTLIB += KF5XmlGui Qt5Core Qt5DBus Qt5Gui Qt5Widgets Qt5Xml
WANTLIB += c m
MODKDE5_DESKTOP_FILE = yes
MODKDE5_ICON_CACHE = yes
MODKDE5_TRANSLATIONS = yes
MODKF5_I18N_CONFLICT = yes
MODKF5_L10N_CONFLICT = yes
MODKDE5_DOCS = yes
LIB_DEPENDS = devel/kf5/kauth \
devel/kf5/kcodecs \
devel/kf5/kconfigwidgets \
devel/kf5/kcoreaddons \
devel/kf5/kcrash \
devel/kf5/ki18n \
devel/kf5/kiconthemes \
devel/kf5/knotifications \
devel/kf5/knotifyconfig \
devel/kf5/ktextwidgets \
devel/kf5/kwidgetsaddons \
devel/kf5/kxmlgui \
devel/kf5/sonnet
.include <bsd.port.mk>