mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
b2a438e1ba
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
22 lines
683 B
Makefile
22 lines
683 B
Makefile
PORTNAME= kblocks
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= games kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= ${${PORTNAME:tu}_DESC}
|
|
WWW= https://www.kde.org/applications/games/kblocks/
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
|
dbusaddons i18n itemmodels kio libkdegames newstuff \
|
|
notifyconfig phonon textwidgets widgetsaddons windowsystem xmlgui \
|
|
ecm:build
|
|
USE_QT= core dbus declarative gui network svg testlib widgets \
|
|
xml \
|
|
buildtools:build qmake:build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <${.CURDIR}/../kdegames/Makefile.common>
|
|
.include <bsd.port.mk>
|