summaryrefslogtreecommitdiff
path: root/games/kollision-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/kollision-kde4/Makefile')
-rw-r--r--games/kollision-kde4/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/kollision-kde4/Makefile b/games/kollision-kde4/Makefile
new file mode 100644
index 000000000000..6cfc68b36036
--- /dev/null
+++ b/games/kollision-kde4/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= kollision
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 4
+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}/../kdegames-kde4/Makefile.common>
+.include <bsd.port.mk>