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

PORTNAME=   kjumpingcube
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES= games kde kde-kde4

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

USES=       cmake:outsource kde:4 tar:xz
USE_KDE=    kdelibs libkdegames automoc4
USE_QT4=    moc_build qmake_build rcc_build uic_build

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