freebsd-ports/games/ggz-gtk-client/Makefile
Max Brazhnikov 423363e14f games/ggz-* ports:
- Fix build without NLS option after r344109

PR:		ports/187213
Reported by:	Kevin Zheng <kevinz5000@gmail.com>
2014-03-03 15:44:12 +00:00

31 lines
582 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= ggz-gtk-client
PORTVERSION= ${GGZ_VERSION}
PORTREVISION= 6
CATEGORIES= games
MAINTAINER= ports@FreeBSD.org
COMMENT= The GGZ Gaming Zone - GTK+ Frontend
USES= libtool:oldver
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug
USE_GGZ= client
USES= pkgconfig
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -pthread
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_OFF= --disable-nls
.include "${.CURDIR}/../libggz/bsd.ggz.mk"
.include <bsd.port.mk>