summaryrefslogtreecommitdiff
path: root/games/ksirk-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/ksirk-kde4/Makefile')
-rw-r--r--games/ksirk-kde4/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/ksirk-kde4/Makefile b/games/ksirk-kde4/Makefile
new file mode 100644
index 000000000000..d36a46456576
--- /dev/null
+++ b/games/ksirk-kde4/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= ksirk
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 4
+CATEGORIES= games kde kde-kde4
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= ${${PORTNAME}_DESC}
+
+LIB_DEPENDS= libqca.so:devel/qca
+
+USES= cmake:outsource kde:4 tar:xz
+USE_KDE= kdelibs libkdegames automoc4
+USE_QT4= corelib gui corelib gui network qt3support svg xml \
+ moc_build qmake_build rcc_build uic_build
+USE_LDCONFIG= yes
+
+.include <${.CURDIR}/../kdegames-kde4/Makefile.common>
+.include <bsd.port.mk>