blob: 823f9d2dc095c7b2278d36c3f832b786762c60bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= kjumpingcube
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
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:5 qt:5 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= concurrent core dbus declarative gui network svg widgets xml \
buildtools_build qmake_build
USE_XORG= x11
OPTIONS_DEFINE= DOCS
.include <${.CURDIR}/../kdegames/Makefile.common>
.include <bsd.port.mk>
|