aboutsummaryrefslogtreecommitdiffstats
path: root/games/ggz-kde-client/Makefile
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-07-27 03:19:20 +0800
committerrene <rene@FreeBSD.org>2013-07-27 03:19:20 +0800
commitc945ab9477002608dac69f344be7d3f1f1b7d511 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /games/ggz-kde-client/Makefile
parent16876857cc4291ce83cf938fde7ea3a988e9a904 (diff)
downloadfreebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.gz
freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.zst
freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.zip
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
Diffstat (limited to 'games/ggz-kde-client/Makefile')
-rw-r--r--games/ggz-kde-client/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/games/ggz-kde-client/Makefile b/games/ggz-kde-client/Makefile
deleted file mode 100644
index bf0750c0cec6..000000000000
--- a/games/ggz-kde-client/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: yinjieh
-# $FreeBSD$
-
-PORTNAME= ggz-kde-client
-PORTVERSION= ${GGZ_VERSION}
-PORTREVISION= 5
-CATEGORIES= games
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The GGZ Gaming Zone - KDE Client
-
-DEPRECATED= Depends on QT3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-GNU_CONFIGURE= yes
-USES= gmake
-USE_KDELIBS_VER= 3
-USE_GGZ= client
-
-MAN6= compcal.6 ggzap.6 keepalivecontrol.6 \
- kggz.6 kgrubby.6 shadowbridge.6
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}| ; s|echo aout|echo elf|' ${WRKSRC}/configure
-
-.include "${.CURDIR}/../libggz/bsd.ggz.mk"
-.include <bsd.port.mk>