freebsd-ports/games/ggz-kde-client/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +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>