32 lines
815 B
Makefile
32 lines
815 B
Makefile
COMMENT = KDE calculating fractions practicing app
|
|
DISTNAME = kbruch-${VERSION}
|
|
CATEGORIES = education x11
|
|
|
|
HOMEPAGE = https://edu.kde.org/kbruch/
|
|
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF5AuthCore KF5Codecs KF5ConfigCore
|
|
WANTLIB += KF5ConfigGui KF5ConfigWidgets KF5CoreAddons KF5Crash
|
|
WANTLIB += KF5I18n KF5WidgetsAddons KF5XmlGui Qt5Core Qt5DBus
|
|
WANTLIB += Qt5Gui Qt5Widgets Qt5Xml c m
|
|
|
|
MODKDE5_ICON_CACHE = yes
|
|
MODKDE5_TRANSLATIONS = yes
|
|
MODKF5_I18N_CONFLICT = yes
|
|
MODKF5_L10N_CONFLICT = yes
|
|
MODKDE5_DOCS = yes
|
|
MODKDE5_DESKTOP_FILE = yes
|
|
|
|
LIB_DEPENDS = devel/kf5/kauth \
|
|
devel/kf5/kcodecs \
|
|
devel/kf5/kconfig \
|
|
devel/kf5/kconfigwidgets \
|
|
devel/kf5/kcoreaddons \
|
|
devel/kf5/kcrash \
|
|
devel/kf5/ki18n \
|
|
devel/kf5/kwidgetsaddons \
|
|
devel/kf5/kxmlgui
|
|
|
|
TEST_IS_INTERACTIVE = X11
|
|
|
|
.include <bsd.port.mk>
|