blob: 4e28414b0d0ac754a441a55640e443b01979d5e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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>
|