freebsd-ports/games/ggz-kde-client/Makefile
Max Brazhnikov 585f07aff3 Reset maintainership de jure. In fact KDE 3 has not been maintained by our team
for a long time, not to mention upstream.

Discussed a while ago among the KDE/FreeBSD team.
2011-07-07 17:21:58 +00:00

29 lines
647 B
Makefile

# New ports collection makefile for: ggz-kde-client
# Date created: Feb. 19, 2006
# Whom: yinjieh
#
# $FreeBSD$
#
PORTNAME= ggz-kde-client
PORTVERSION= ${GGZ_VERSION}
PORTREVISION= 4
CATEGORIES= games
MAINTAINER= ports@FreeBSD.org
COMMENT= The GGZ Gaming Zone - KDE Client
GNU_CONFIGURE= yes
USE_GMAKE= yes
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 <bsd.port.pre.mk>
.include "${PORTSDIR}/games/libggz/bsd.ggz.mk"
.include <bsd.port.post.mk>