summaryrefslogtreecommitdiff
path: root/games/kpat-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/kpat-kde4/Makefile')
-rw-r--r--games/kpat-kde4/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/kpat-kde4/Makefile b/games/kpat-kde4/Makefile
new file mode 100644
index 000000000000..3f0118ab4cad
--- /dev/null
+++ b/games/kpat-kde4/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= kpat
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 4
+CATEGORIES= games kde kde-kde4
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= ${${PORTNAME}_DESC}
+
+USES= cmake:outsource kde:4 shared-mime-info tar:xz
+USE_KDE= kdelibs libkdegames automoc4
+USE_QT4= moc_build qmake_build rcc_build uic_build
+
+post-patch:
+ ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \
+ ${WRKSRC}/mimetypes/CMakeLists.txt
+
+.include <${.CURDIR}/../kdegames-kde4/Makefile.common>
+.include <bsd.port.mk>