mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
30 lines
647 B
Makefile
30 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= 3
|
|
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>
|