blob: 3da41111a6551b87bc8e8e6093a3880ac03ecac4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= kjumpingcube
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= games kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME:tu}_DESC}
WWW= https://www.kde.org/applications/games/kjumpingcube/
USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons guiaddons i18n iconthemes itemviews jobwidgets kio \
libkdegames newstuff notifyconfig service solid widgetsaddons \
windowsystem xmlgui \
ecm:build
USE_QT= base declarative
USE_XORG= x11
OPTIONS_DEFINE= DOCS
.include <${.CURDIR}/../kdegames/Makefile.common>
.include <bsd.port.mk>
|