aboutsummaryrefslogtreecommitdiff
path: root/games/ksquares/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-02-22 19:03:17 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-02-22 19:03:17 +0000
commita4a7daf069cba3ae4b90d832aa9df7624b4626a3 (patch)
tree3aad51132f546ad79059b32784badc3f6a42c8ff /games/ksquares/Makefile
parent7ff2d6435675b95623ce40a15abfc2c3f3ef4a74 (diff)
Notes
Diffstat (limited to 'games/ksquares/Makefile')
-rw-r--r--games/ksquares/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/games/ksquares/Makefile b/games/ksquares/Makefile
deleted file mode 100644
index 8e498308486f..000000000000
--- a/games/ksquares/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= ksquares
-PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 3
-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>