1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/math/kbruch/Makefile
2024-01-29 20:29:17 +01:00

23 lines
666 B
Makefile

PORTNAME= kbruch
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= math education kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE 4 application to exercise fractions
WWW= https://www.kde.org/applications/education/kbruch
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth config crash codecs configwidgets coreaddons doctools \
i18n widgetsaddons xmlgui \
ecm:build
USE_QT= core dbus gui xml widgets \
buildtools:build qmake:build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>