Date: Thu, 17 May 2018 09:02:35 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470208 - head/games/imaze Message-ID: <201805170902.w4H92ZRs000949@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805170902.w4H92ZRs000949>