aboutsummaryrefslogtreecommitdiff
path: root/games/kpat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/kpat/Makefile')
-rw-r--r--games/kpat/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/kpat/Makefile b/games/kpat/Makefile
deleted file mode 100644
index 126245702ffa..000000000000
--- a/games/kpat/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= kpat
-PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 3
-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>