aboutsummaryrefslogtreecommitdiffstats
path: root/games/ggz-gtk-client/Makefile
blob: b342542f19577b836612762afd4a96206f56b6d8 (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
30
31
32
33
34
35
36
37
38
39
# ex:ts=8
# Ports collection makefile for:    ggz-gtk-client
# Date created:         Oct 22, 2005
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   ggz-gtk-client
PORTVERSION=    ${GGZ_VERSION}
PORTREVISION=   5
CATEGORIES= games

MAINTAINER= kde@FreeBSD.org
COMMENT=    The GGZ Gaming Zone - GTK+ Frontend

USE_AUTOTOOLS=  libtool:22
USE_GNOME=  gnometarget gtk20
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --disable-debug
USE_GGZ=    client

MAN6=   ggz-gtk.6

CPPFLAGS=   -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS=    -L${LOCALBASE}/lib ${PTHREAD_LIBS}

.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=    --disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT=    yes
PLIST_SUB+= NLS=""
.endif

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/games/libggz/bsd.ggz.mk"
.include <bsd.port.post.mk>