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

PORTNAME=   bomber
DISTVERSION=    ${KDE_APPLICATIONS_VERSION}
CATEGORIES= games kde kde-applications

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

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

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