diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 18:10:30 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 18:10:30 +0000 |
commit | e1598249298974c6e8c61c34d927acabee345542 (patch) | |
tree | 5883afe298a5f232e854b104fc944ca19c4f7e7f /games | |
parent | Update to 6.4.4 (diff) |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=316464
Diffstat (limited to 'games')
77 files changed, 80 insertions, 80 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index 00c81fdddac8..ad4b3c505fc7 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ USE_SDL= mixer ttf sdl USE_PYTHON= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PYPACKAGE="${PYTHON_CMD}" ac_cv_path_P_SWIG=no diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile index d35ed1a6f33c..8b27b054fad3 100644 --- a/games/allacrost/Makefile +++ b/games/allacrost/Makefile @@ -26,7 +26,7 @@ USE_LUA= 5.1 USE_SDL= sdl ttf net USE_GL= yes USE_GCC= 4.2+ -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --datadir=${DATADIR} diff --git a/games/assaultcube/Makefile b/games/assaultcube/Makefile index fb58671df756..eeffc83d90f5 100644 --- a/games/assaultcube/Makefile +++ b/games/assaultcube/Makefile @@ -49,7 +49,7 @@ MASTER_DESC= Build master server .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCLIENT} -USE_GETTEXT= yes +USES+= gettext USE_GL= yes USE_SDL= image mixer sdl ALL_TARGET+= client diff --git a/games/atomix/Makefile b/games/atomix/Makefile index f7e01983d206..11f27321b460 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -18,7 +18,7 @@ COMMENT= A yet another little mind game USE_GMAKE= yes USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/games/balazar/Makefile b/games/balazar/Makefile index 9967c7609abd..28ea8d45ed45 100644 --- a/games/balazar/Makefile +++ b/games/balazar/Makefile @@ -29,7 +29,7 @@ USE_PYDISTUTILS= yes USE_TWISTED= yes USE_GL= glew USE_SDL= sdl mixer -USE_GETTEXT= yes +USES= gettext PYDISTUTILS_PKGNAME= Balazar PYDISTUTILS_EGGINFODIR= ${PREFIX}/share diff --git a/games/balazarbrothers/Makefile b/games/balazarbrothers/Makefile index a0a93bc63395..058f61e0a97d 100644 --- a/games/balazarbrothers/Makefile +++ b/games/balazarbrothers/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cerealizer/__init__.py:${PORTSDIR}/security/py ${PYTHON_SITELIBDIR}/ogg/__init__.py:${PORTSDIR}/audio/py-vorbis USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS=yes USE_TWISTED= yes diff --git a/games/bomberinstinct/Makefile b/games/bomberinstinct/Makefile index 2d16b475e5d5..f0949862d37b 100644 --- a/games/bomberinstinct/Makefile +++ b/games/bomberinstinct/Makefile @@ -18,7 +18,7 @@ COMMENT= A nice Bomberman-like multiplayer game WRKSRC= ${WRKDIR}/${DISTNAME} USE_SDL= mixer sdl -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes USE_PERL5_BUILD=yes diff --git a/games/bombermaze/Makefile b/games/bombermaze/Makefile index f5833f85dd14..e1e1743c9b00 100644 --- a/games/bombermaze/Makefile +++ b/games/bombermaze/Makefile @@ -16,7 +16,7 @@ COMMENT= A multiplayer game, strategy place bombs to kill enemies and obstacles USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/games/bombherman/Makefile b/games/bombherman/Makefile index 968909c98a78..542a8af0b88b 100644 --- a/games/bombherman/Makefile +++ b/games/bombherman/Makefile @@ -51,7 +51,7 @@ PORTSCOUT= ignore:1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 9ccbe3ec882e..013d07cebebe 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -36,7 +36,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" #CONFIGURE_ARGS+= --disable-nls #PLIST_SUB+= NLS="@comment " #.else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" #.endif diff --git a/games/capitalism/Makefile b/games/capitalism/Makefile index 9d5f8f933dbf..ac20b91f86d9 100644 --- a/games/capitalism/Makefile +++ b/games/capitalism/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ xcb:${PORTSDIR}/x11/libxcb -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_XORG= ice sm x11 xau xdmcp xext xrender USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats \ diff --git a/games/chroma/Makefile b/games/chroma/Makefile index 7047a7e8c3e6..7296417ab168 100644 --- a/games/chroma/Makefile +++ b/games/chroma/Makefile @@ -12,7 +12,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Abstract puzzle game USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lintl" diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile index 2d6b30febef7..6c4deff098fd 100644 --- a/games/chromium-bsu/Makefile +++ b/games/chromium-bsu/Makefile @@ -48,7 +48,7 @@ CONFIGURE_ARGS+=--disable-sdlmixer .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls diff --git a/games/csmash/Makefile b/games/csmash/Makefile index 9186509b9292..c48370090dbf 100644 --- a/games/csmash/Makefile +++ b/games/csmash/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= SF/cannonsmash/CannonSmash/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A 3D tabletennis game -USE_GETTEXT= yes +USES= gettext USE_SDL= image mixer sdl USE_GL= yes USE_GNOME= gtk20 diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 3d34013a308b..c195a9067e32 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= c.petrik.sosa@gmail.com COMMENT= UNIX rewrite of a game originally based on "Drug Wars" -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gtk12 diff --git a/games/enigma/Makefile b/games/enigma/Makefile index a9f76c103d83..ecb42e2505f4 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_LUA= 5.1 LUA_COMPS= lua toluaxx USE_SDL= image mixer sdl ttf @@ -41,7 +41,7 @@ PORTDOCS= * .if !defined(WITHOUT_NLS) PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES+= gettext .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " diff --git a/games/fgrun/Makefile b/games/fgrun/Makefile index 12b8e5dd33b3..3c7c57ba248a 100644 --- a/games/fgrun/Makefile +++ b/games/fgrun/Makefile @@ -30,7 +30,7 @@ USE_GL= gl PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 3d5cbd8f3449..ac7d05ce36ac 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -11,7 +11,7 @@ COMMENT= Free turn-based multiplayer strategy RUN_DEPENDS= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_BZIP2= yes USE_PYTHON= yes @@ -71,7 +71,7 @@ CONFIGURE_ARGS+=--disable-ipv6 .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls diff --git a/games/galaxymage/Makefile b/games/galaxymage/Makefile index efa115e483bc..3a14c7872157 100644 --- a/games/galaxymage/Makefile +++ b/games/galaxymage/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric USE_PYTHON= yes USE_TWISTED= yes -USE_GETTEXT= yes +USES= gettext NO_BUILD= yes OPTIONS= PSYCO "Use just-in-time Python compiler" off diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile index 88b496111ab4..75f46dda372b 100644 --- a/games/gbrainy/Makefile +++ b/games/gbrainy/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= desktopfileutils gnomehack gtksharp20 gnomesharp20 USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index f204ffaa883b..9d28d9449a74 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess \ USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_GSTREAMER= yes USE_PYTHON= -2.7 diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile index 911ab9a58a92..af9fb1a0cc59 100644 --- a/games/ggz-client-libs/Makefile +++ b/games/ggz-client-libs/Makefile @@ -35,7 +35,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif diff --git a/games/ggz-gtk-client/Makefile b/games/ggz-gtk-client/Makefile index 97f9331ab53e..8eb33dd6df2d 100644 --- a/games/ggz-gtk-client/Makefile +++ b/games/ggz-gtk-client/Makefile @@ -29,7 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif diff --git a/games/ggz-gtk-games/Makefile b/games/ggz-gtk-games/Makefile index 79dd92712838..ab8852fc4285 100644 --- a/games/ggz-gtk-games/Makefile +++ b/games/ggz-gtk-games/Makefile @@ -28,7 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif diff --git a/games/ggz-txt-client/Makefile b/games/ggz-txt-client/Makefile index 1b2320231ef4..aebf6b871823 100644 --- a/games/ggz-txt-client/Makefile +++ b/games/ggz-txt-client/Makefile @@ -27,7 +27,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif diff --git a/games/glchess/Makefile b/games/glchess/Makefile index 2de22cdfaae8..8f5b3ec8af36 100644 --- a/games/glchess/Makefile +++ b/games/glchess/Makefile @@ -28,7 +28,7 @@ PLIST_SUB+= NLS="@comment" CONFIGURE_ARGS+= --disable-nls .else PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES+= gettext .endif post-patch: diff --git a/games/glightoff/Makefile b/games/glightoff/Makefile index 6a9594f6acd5..68f6e64e6234 100644 --- a/games/glightoff/Makefile +++ b/games/glightoff/Makefile @@ -27,7 +27,7 @@ OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " diff --git a/games/gnono/Makefile b/games/gnono/Makefile index 51f4273da4ea..019693e4ea1e 100644 --- a/games/gnono/Makefile +++ b/games/gnono/Makefile @@ -17,7 +17,7 @@ COMMENT= Uno card game USE_BZIP2= yes USE_GNOME= gtk20 libgnomeui USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index bce9dbc0bd14..5431ce7d6a48 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -51,7 +51,7 @@ CONFIGURE_ENV+= ac_cv_path_AUDIOFILE_CONFIG=no ac_cv_path_ESD_CONFIG=no .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" CONFIGURE_ARGS+= --enable-nls .else diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 63d863ac9c0b..0f09d03a9304 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/rhino/GRhino/${PORTVERSION} MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= GRhino Othello/Reversi Program -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomeprefix libgnomeui USE_PERL5_BUILD=yes GNU_CONFIGURE= yes diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile index 20a553ce6afa..77aa362c279b 100644 --- a/games/gtkballs/Makefile +++ b/games/gtkballs/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://gtkballs.antex.ru/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Lines-like simple logic game for X Window System -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/games/gturing/Makefile b/games/gturing/Makefile index 021ddbef1e4d..861b61a0d069 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -16,7 +16,7 @@ COMMENT= Simple Turing machine simulator for GNOME 2 USE_GNOME= gnomeprefix gnomehack libgnomeui USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_AUTOTOOLS= libtool CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile index ed725fcc7823..289ea813069c 100644 --- a/games/gtypist/Makefile +++ b/games/gtypist/Makefile @@ -20,7 +20,7 @@ MAN1= gtypist.1 typefortune.1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls diff --git a/games/heroes/Makefile b/games/heroes/Makefile index d61c947d409d..705965bfaa81 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -37,7 +37,7 @@ MUSICSRC= ${WRKDIR}/${MUSICDISTNAME} USE_SDL= mixer sdl USE_GMAKE= yes USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --with-sdl_mixer=${LOCALBASE} --without-gii --without-ggi diff --git a/games/hex-a-hop/Makefile b/games/hex-a-hop/Makefile index 6acef6ad5096..452000ad5ec9 100644 --- a/games/hex-a-hop/Makefile +++ b/games/hex-a-hop/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS+=--disable-debug .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ENV+= ac_cv_header_libintl_h=yes LDFLAGS+= -lintl .else diff --git a/games/hitori/Makefile b/games/hitori/Makefile index 8b271c26e276..fc8b7eeede89 100644 --- a/games/hitori/Makefile +++ b/games/hitori/Makefile @@ -34,7 +34,7 @@ OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls diff --git a/games/kamikaze/Makefile b/games/kamikaze/Makefile index 18b3bfd5fac5..f33b7863fd81 100644 --- a/games/kamikaze/Makefile +++ b/games/kamikaze/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-server INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext MAN6= kamikaze.6 kamikaze-editor.6 diff --git a/games/kanatest/Makefile b/games/kanatest/Makefile index b0328dbb64b6..fd4cf3e6264f 100644 --- a/games/kanatest/Makefile +++ b/games/kanatest/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A Japanese kana (Hiragana and Katakana) simple flashcard tool USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes diff --git a/games/kbilliards/Makefile b/games/kbilliards/Makefile index 23a51fbe2ac2..225182d29c97 100644 --- a/games/kbilliards/Makefile +++ b/games/kbilliards/Makefile @@ -21,7 +21,7 @@ EXPIRATION_DATE= 2013-07-01 USE_BZIP2= yes USE_KDELIBS_VER=3 USE_PERL5_BUILD=yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_AUTOTOOLS= libtool MAKE_JOBS_SAFE= yes diff --git a/games/knights/Makefile b/games/knights/Makefile index 28e23f35636e..be82260fb7c3 100644 --- a/games/knights/Makefile +++ b/games/knights/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 -USE_GETTEXT= yes +USES= gettext USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool diff --git a/games/kwappen/Makefile b/games/kwappen/Makefile index e7bdbbb822db..099b2aac8921 100644 --- a/games/kwappen/Makefile +++ b/games/kwappen/Makefile @@ -18,7 +18,7 @@ EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 -USE_GETTEXT= yes +USES= gettext USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool USE_GMAKE= yes diff --git a/games/lander/Makefile b/games/lander/Makefile index c55b241e3cfa..5976d3ee76b2 100644 --- a/games/lander/Makefile +++ b/games/lander/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ boost_filesystem:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_SDL= sdl image mixer USE_GL= gl glu MAKE_JOBS_SAFE= yes diff --git a/games/latrine/Makefile b/games/latrine/Makefile index 49a22dabec34..1b5c0ce4f526 100644 --- a/games/latrine/Makefile +++ b/games/latrine/Makefile @@ -23,7 +23,7 @@ USE_CSTD= gnu89 USE_SQLITE= 3 USE_PERL5_BUILD=yes USE_NCURSES= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/games/lexter/Makefile b/games/lexter/Makefile index fa12242e4971..4ec134468018 100644 --- a/games/lexter/Makefile +++ b/games/lexter/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --localstatedir=/var/games -USE_GETTEXT= yes +USES= gettext MAN6= lexter.6 diff --git a/games/lgeneral/Makefile b/games/lgeneral/Makefile index e08e860b136e..d7b47d2d024d 100644 --- a/games/lgeneral/Makefile +++ b/games/lgeneral/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--disable-sound .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ENV+= am_cv_func_iconv=no diff --git a/games/lincity/Makefile b/games/lincity/Makefile index 3c46acf3f25f..2555d8ffc660 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -41,7 +41,7 @@ PLIST_SUB= PROG="bin/xlincity" .endif .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls diff --git a/games/lordsawar/Makefile b/games/lordsawar/Makefile index 1882aac506ae..937267894261 100644 --- a/games/lordsawar/Makefile +++ b/games/lordsawar/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= glademm-2:${PORTSDIR}/devel/libglademm24 \ BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= intltool USE_SDL= sdl image mixer diff --git a/games/lpairs/Makefile b/games/lpairs/Makefile index 20ef56239a57..f0291129dfdc 100644 --- a/games/lpairs/Makefile +++ b/games/lpairs/Makefile @@ -21,7 +21,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .if !defined(WITHOUT_NLS) PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} .else CONFIGURE_ARGS+=--disable-nls diff --git a/games/macopix/Makefile b/games/macopix/Makefile index d08df5c350bb..16037e499d93 100644 --- a/games/macopix/Makefile +++ b/games/macopix/Makefile @@ -34,7 +34,7 @@ RESTRICTED_FILES= \ macopix-mascot-HxB-euc-ja-0.30.tar.gz WANT_GNOME= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/games/mt_gtk_client/Makefile b/games/mt_gtk_client/Makefile index 6ef7d2e7e495..d58a376ec03c 100644 --- a/games/mt_gtk_client/Makefile +++ b/games/mt_gtk_client/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/cardpics/images/78.png:${PORTSDIR}/games/cardpi USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= glib20 gtk20 libxml2 .if !defined(WITHOUT_SERVER) diff --git a/games/neverball/Makefile b/games/neverball/Makefile index e4908ef1ee08..64553dcbd0f7 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -26,7 +26,7 @@ PORTDOCS= CHANGES COPYING README MAN6= neverball.6 neverputt.6 .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext MAKE_ENV+= ENABLE_NLS=1 LOCALE_DIRS= ca de es fi fr lv nn PLIST_SUB+= NLS="" diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 8e710bbb45be..574948d37186 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -17,7 +17,7 @@ COMMENT= An Internet playable version of the Settlers of Catan for GNOME/GTK+ RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack gnomeprefix gtk20 libgnome INSTALLS_OMF= yes GNU_CONFIGURE= yes diff --git a/games/pushover/Makefile b/games/pushover/Makefile index f01751900552..bdd059458e61 100644 --- a/games/pushover/Makefile +++ b/games/pushover/Makefile @@ -22,7 +22,7 @@ USE_SDL= sdl mixer ttf USE_LUA= 5.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes PORTDOCS= * diff --git a/games/py-pychess/Makefile b/games/py-pychess/Makefile index 8d1ec5fdf597..af2059ca0184 100644 --- a/games/py-pychess/Makefile +++ b/games/py-pychess/Makefile @@ -34,7 +34,7 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options PYDISTUTILS_PKGVERSION= ${DISTVERSION} USE_GNOME= pygnomedesktop -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index 09601e9ee2f2..04cf0254d23b 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -45,7 +45,7 @@ PLIST_SUB+= CARDSETS="@comment " .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " diff --git a/games/secretmaryochronicles/Makefile b/games/secretmaryochronicles/Makefile index af6d122401a0..1c275e050b4d 100644 --- a/games/secretmaryochronicles/Makefile +++ b/games/secretmaryochronicles/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl image mixer ttf USE_GL= gl glu -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/games/slune/Makefile b/games/slune/Makefile index 7e4c5b6eac89..6bcbf393a511 100644 --- a/games/slune/Makefile +++ b/games/slune/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= cal3d.12:${PORTSDIR}/graphics/cal3d USE_BZIP2= yes USE_DOS2UNIX= *.po *.mo -USE_GETTEXT= yes +USES= gettext USE_PYTHON= yes USE_PYDISTUTILS= yes USE_GL= glew diff --git a/games/spellathon/Makefile b/games/spellathon/Makefile index 6588e7f012b9..c6aa8fdedd83 100644 --- a/games/spellathon/Makefile +++ b/games/spellathon/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ xcb:${PORTSDIR}/x11/libxcb CXXFLAGS+= -fPIC -USE_GETTEXT= yes +USES= gettext USE_ICONV= yes USE_GNOME= glib20 USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile index 5c363c4f9f71..2136894c9274 100644 --- a/games/tinymux/Makefile +++ b/games/tinymux/Makefile @@ -17,7 +17,7 @@ COMMENT= A Multi-Player FreeForm adventure Program WRKSRC= ${WRKDIR}/mux2.6/src -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/games/toppler/Makefile b/games/toppler/Makefile index 05816ac1fcee..e94ac4e20ecb 100644 --- a/games/toppler/Makefile +++ b/games/toppler/Makefile @@ -15,7 +15,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= A game where you have to climb the tower and avoid the monsters USE_SDL= mixer sdl -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share diff --git a/games/tornado/Makefile b/games/tornado/Makefile index ca841cfa6b01..9e80e7e3fc60 100644 --- a/games/tornado/Makefile +++ b/games/tornado/Makefile @@ -17,7 +17,7 @@ COMMENT= A curses-based game of weather destruction MAN6= tornado.6 MANLANG= "" de fr it nl no ru -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes .include <bsd.port.mk> diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index 13f0c8301f95..4797afdc8fc9 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_GL= gl USE_SDL= image mixer sdl ttf -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= desktopfileutils @@ -44,7 +44,7 @@ OPTIONS_DEFAULT= NLS MUSIC .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else diff --git a/games/tuxmath/Makefile b/games/tuxmath/Makefile index 5b010b007e23..a80e7a74ecaa 100644 --- a/games/tuxmath/Makefile +++ b/games/tuxmath/Makefile @@ -48,7 +48,7 @@ T4K_WRKSRC= ${WRKDIR}/${T4K_NAME}-${T4K_VERSION} .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls diff --git a/games/tuxpaint-config/Makefile b/games/tuxpaint-config/Makefile index 04642f5e9e28..7bb27ef94042 100644 --- a/games/tuxpaint-config/Makefile +++ b/games/tuxpaint-config/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= paper.2:${PORTSDIR}/print/libpaper \ fltk.1:${PORTSDIR}/x11-toolkits/fltk RUN_DEPENDS= tuxpaint:${PORTSDIR}/games/tuxpaint -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes MAKE_ARGS= PREFIX="${PREFIX}" \ MAN_PREFIX="${MANPREFIX}/man" \ diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index 6187d643d274..173158ec1c40 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= fribidi.3:${PORTSDIR}/converters/fribidi \ USE_GNOME= librsvg2 USE_SDL= image mixer sdl ttf pango -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/games/tuxtype/Makefile b/games/tuxtype/Makefile index 9aed938ab272..4bd48001f704 100644 --- a/games/tuxtype/Makefile +++ b/games/tuxtype/Makefile @@ -49,7 +49,7 @@ T4K_WRKSRC= ${WRKDIR}/${T4K_NAME}-${T4K_VERSION} .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls diff --git a/games/typespeed/Makefile b/games/typespeed/Makefile index 8ce27666f0cd..ffba651e1041 100644 --- a/games/typespeed/Makefile +++ b/games/typespeed/Makefile @@ -32,7 +32,7 @@ MAN1= typespeed.1 CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index 924e3d2c8e22..1ddef2a5078d 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/base/default.cfg:${PORTSDIR}/games/u USE_BZIP2= yes USE_GL= yes USE_SDL= sdl image mixer ttf -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes USE_GNOME= pkgconfig USE_OPENAL= soft diff --git a/games/volleyball/Makefile b/games/volleyball/Makefile index 794b141125e1..45a55533126f 100644 --- a/games/volleyball/Makefile +++ b/games/volleyball/Makefile @@ -20,7 +20,7 @@ COMMENT= A game similar to GNU Arcade Volleyball USE_SDL= sdl image mixer USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ARGS= --mandir="${MANPREFIX}/man" --disable-nls # strangeness in nls support MAKE_JOBS_SAFE= yes diff --git a/games/warmux/Makefile b/games/warmux/Makefile index 6a3277c798a8..a15c193a2ff4 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --enable-debug \ .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/games/xblast/Makefile b/games/xblast/Makefile index f3e2779b0fe5..33524ea13b89 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -67,7 +67,7 @@ SOUNDS_DATE= 2004-04-29 CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 41745ab2c15f..06516bc5097f 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -55,7 +55,7 @@ RUN_DEPENDS+= phalanx:${PORTSDIR}/games/phalanx .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls diff --git a/games/xbubble/Makefile b/games/xbubble/Makefile index 818487b7d9fd..b58627335930 100644 --- a/games/xbubble/Makefile +++ b/games/xbubble/Makefile @@ -21,7 +21,7 @@ MAN6= xbubble.6 USE_XORG= x11 xmu GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext CPPFLAGS+= -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L${LOCALBASE}/lib -lintl diff --git a/games/xcowsay/Makefile b/games/xcowsay/Makefile index b3319ec005bd..061a990c62da 100644 --- a/games/xcowsay/Makefile +++ b/games/xcowsay/Makefile @@ -14,7 +14,7 @@ COMMENT= A graphical configurable talking cow OPTIONS_DEFINE= DBUS USE_GNOME= gtk20 -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index 3a4a0b66d793..d336e7e913f5 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -15,7 +15,7 @@ ONLY_FOR_ARCHS= i386 NO_CDROM= don't sell for profit -USE_GETTEXT= yes +USES= gettext USE_XORG= x11 xmu xaw xt USE_AUTOTOOLS= automake14 autoconf213 AUTOMAKE_ARGS= --include-deps diff --git a/games/xqf/Makefile b/games/xqf/Makefile index 05041a02c262..e47e36338f3b 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -17,7 +17,7 @@ COMMENT= A server browser for many popular 3D action games RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat USE_GNOME= intlhack -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/games/zaz/Makefile b/games/zaz/Makefile index c6512ef452c8..fcc534e1ef7d 100644 --- a/games/zaz/Makefile +++ b/games/zaz/Makefile @@ -33,7 +33,7 @@ PORTDOCS= * # Unconditially disable NLS for now: the game segfaults with 8bit locales .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls |