svn commit: r470208 - head/games/imaze

Tobias Kortkamp tobik at FreeBSD.org
Thu May 17 09:02:36 UTC 2018


Author: tobik
Date: Thu May 17 09:02:35 2018
New Revision: 470208
URL: https://svnweb.freebsd.org/changeset/ports/470208

Log:
  games/imaze: Fix variable order

Modified:
  head/games/imaze/Makefile

Modified: head/games/imaze/Makefile
==============================================================================
--- head/games/imaze/Makefile	Thu May 17 08:43:49 2018	(r470207)
+++ head/games/imaze/Makefile	Thu May 17 09:02:35 2018	(r470208)
@@ -14,30 +14,32 @@ COMMENT=	Multi-player network action game for TCP/IP w
 LICENSE=	BSD4CLAUSE
 LICENSE_FILE=	${WRKSRC}/Copyright
 
+USE_XORG=	x11 xaw xmu xt
+
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	${TOOLKIT} X11Dir="${LOCALBASE}" CFlags="${CFLAGS}"
+MAKE_ENV=	SOUNDDIR="${DATADIR}/sounds"
+
+BUILD_WRKSRC=	${WRKSRC}/source
+CONFIGURE_WRKSRC=	${WRKSRC}/source
+
 OPTIONS_DEFINE=	AUDIO JOYSTICK
 OPTIONS_SINGLE=	GUI
 OPTIONS_SINGLE_GUI=	ATHENA MOTIF XVIEW
 OPTIONS_DEFAULT=	ATHENA AUDIO JOYSTICK
 
 ATHENA_DESC=	Athena widget library support
-ATHENA_VARS=	TOOLKIT=athena
 AUDIO_DESC=	Audio support
-AUDIO_CONFIGURE_OFF=	noaudio
 JOYSTICK_DESC=	Joystick support
+XVIEW_DESC=	XView widget library support
+
+ATHENA_VARS=	TOOLKIT=athena
+AUDIO_CONFIGURE_OFF=	noaudio
 JOYSTICK_CONFIGURE_OFF=	nojoystick
 MOTIF_USES=	motif
 MOTIF_VARS=	MOTIFLIB="-L${LOCALBASE}/lib -lXm -lXt" TOOLKIT=motif
-XVIEW_DESC=	XView widget library support
 XVIEW_LIB_DEPENDS=	libxview.so:x11-toolkits/xview
 XVIEW_VARS=	TOOLKIT=xview
-
-CONFIGURE_WRKSRC=${WRKSRC}/source
-BUILD_WRKSRC=	${WRKSRC}/source
-
-USE_XORG=	x11 xaw xmu xt
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	${TOOLKIT} X11Dir="${LOCALBASE}" CFlags="${CFLAGS}"
-MAKE_ENV=	SOUNDDIR="${DATADIR}/sounds"
 
 do-install:
 .for i in genlab imaze imazesrv imazestat ninja xlabed


More information about the svn-ports-head mailing list