summaryrefslogtreecommitdiff
path: root/games/libkmahjongg-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/libkmahjongg-kde4/Makefile')
-rw-r--r--games/libkmahjongg-kde4/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/libkmahjongg-kde4/Makefile b/games/libkmahjongg-kde4/Makefile
new file mode 100644
index 000000000000..ff70e3eebc04
--- /dev/null
+++ b/games/libkmahjongg-kde4/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= libkmahjongg
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 4
+CATEGORIES= games kde kde-kde4
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Library for the Mahjongg Solitaire for KDE 4
+
+USES= cmake:outsource kde:4 tar:xz
+USE_KDE= kdelibs libkdegames automoc4
+USE_QT4= moc_build qmake_build rcc_build uic_build
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>