freebsd-ports/misc/klettres/Makefile
Tobias C. Berner b2a438e1ba framework: move 'phonon4' from qt.mk to kde.mk as 'phonon'
To depend on phonon, you now need

USES=	kde:<ver>
USE_KDE=phonon

if you want to depend on the backend, also add

USE_KDE=	phonon-backend
2023-12-03 23:17:33 +01:00

19 lines
618 B
Makefile

PORTNAME= klettres
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= misc education kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Alphabet learning tool for KDE
WWW= https://edu.kde.org/klettres
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
crash emoticons i18n init itemmodels \
kdelibs4support newstuff phonon service widgetsaddons xmlgui \
doctools:build ecm:build
USE_QT= core dbus gui network svg widgets xml \
buildtools:build qmake:build testlib:build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>