1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/games/bomber/Makefile
2018-07-13 17:41:56 +00:00

18 lines
506 B
Makefile

# $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 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
ecm i18n kio libkdegames widgetsaddons xmlgui
USE_QT= core dbus gui network widgets phonon4 qml quick xml \
buildtools_build qmake_build
.include <${.CURDIR}/../kdegames/Makefile.common>
.include <bsd.port.mk>