aboutsummaryrefslogtreecommitdiffstats
path: root/games/ggz-txt-client/Makefile
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2006-04-29 18:41:06 +0800
committererwin <erwin@FreeBSD.org>2006-04-29 18:41:06 +0800
commit87e5072a679f676e60ab331d43fc8b8259c8d3e6 (patch)
tree2a82d64acef64ea9aaf4ff7d10052917c0882af1 /games/ggz-txt-client/Makefile
parenteaba1a2490b20d116e48f4ccc9f1665eb1f2ed63 (diff)
downloadfreebsd-ports-gnome-87e5072a679f676e60ab331d43fc8b8259c8d3e6.tar.gz
freebsd-ports-gnome-87e5072a679f676e60ab331d43fc8b8259c8d3e6.tar.zst
freebsd-ports-gnome-87e5072a679f676e60ab331d43fc8b8259c8d3e6.zip
- Update to 0.0.13
- Respect WITHOUT_NLS PR: 96189 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
Diffstat (limited to 'games/ggz-txt-client/Makefile')
-rw-r--r--games/ggz-txt-client/Makefile19
1 files changed, 17 insertions, 2 deletions
diff --git a/games/ggz-txt-client/Makefile b/games/ggz-txt-client/Makefile
index 6f855557d650..f474bf9142d2 100644
--- a/games/ggz-txt-client/Makefile
+++ b/games/ggz-txt-client/Makefile
@@ -7,11 +7,12 @@
#
PORTNAME= ggz-txt-client
-PORTVERSION= 0.0.12
+PORTVERSION= 0.0.13
CATEGORIES= games
MASTER_SITES= http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
+DIST_SUBDIR= ggz
MAINTAINER= yinjieh@csie.nctu.edu.tw
COMMENT= The GGZ Gaming Zone - Console (Text) Frontend
@@ -30,4 +31,18 @@ MAN6= ggz-txt.6
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-.include <bsd.port.mk>
+.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>
+
+.if ${OSVERSION} < 500000
+IGNORE= depends on libggz which does not build on 4.x
+.endif
+
+.include <bsd.port.post.mk>