aboutsummaryrefslogtreecommitdiffstats
path: root/games/kbounce/Makefile
blob: 23bf353e41747eb1ec88d4e9c9b148e708ec60b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   kbounce
DISTVERSION=    ${KDE_APPLICATIONS_VERSION}
PORTREVISION=   1
CATEGORIES= games kde kde-applications

MAINTAINER= kde@FreeBSD.org
COMMENT=    ${${PORTNAME}_DESC}

USES=       cmake:outsource gettext kde:5 tar:xz
USE_KDE=    auth codecs completion config configwidgets coreaddons crash \
        dbusaddons ecm guiaddons i18n iconthemes jobwidgets kio \
        libkdegames notifyconfig service textwidgets widgetsaddons xmlgui
USE_QT5=    core dbus gui network phonon4 qml quick svg testlib widgets xml \
        buildtools_build qmake_build

.include <${.CURDIR}/../kdegames/Makefile.common>
.include <bsd.port.mk>