aboutsummaryrefslogtreecommitdiffstats
path: root/games/ggz-kde-client/Makefile
diff options
context:
space:
mode:
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>