c0a5e2416d
Go another round with the dependency-cleanup: - ECM and doctools are still more only a build-dep - Qt testlibs is a build-dep This touches plenty of ports outside of KDE Frameworks that did **not** list their full dependencies and could get away with it because frameworks pulled in too much.
18 lines
584 B
Makefile
18 lines
584 B
Makefile
PORTNAME= klettres
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= misc education kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Alphabet learning tool for KDE
|
|
|
|
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 service widgetsaddons xmlgui \
|
|
doctools_build ecm_build
|
|
USE_QT= core dbus gui network phonon4 svg widgets xml \
|
|
buildtools_build qmake_build testlib_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|