Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 07:40:44 +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: r496018 - head/games/iortcw
Message-ID:  <201903170740.x2H7eiO3085331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Mar 17 07:40:43 2019
New Revision: 496018
URL: https://svnweb.freebsd.org/changeset/ports/496018

Log:
  games/iortcw: Cosmetic changes

Modified:
  head/games/iortcw/Makefile

Modified: head/games/iortcw/Makefile
==============================================================================
--- head/games/iortcw/Makefile	Sun Mar 17 07:31:54 2019	(r496017)
+++ head/games/iortcw/Makefile	Sun Mar 17 07:40:43 2019	(r496018)
@@ -16,40 +16,49 @@ NOT_FOR_ARCHS_REASON=	fails to configure: Architecture
 
 BUILD_DEPENDS=	opusfile>0:audio/opusfile
 LIB_DEPENDS=	libcurl.so:ftp/curl \
-		libopus.so:audio/opus \
-		libfreetype.so:print/freetype2
+		libfreetype.so:print/freetype2 \
+		libopus.so:audio/opus
 
-USES=		jpeg pkgconfig gmake
+USES=		gmake jpeg pkgconfig
+USE_GITHUB=	yes
 USE_GL=		gl
 USE_SDL=	sdl2
 
-USE_GITHUB=	yes
-
 WOLFDIR=	"libexec/${PORTNAME}"
 MAKE_ARGS=	BINDIR="${STAGEDIR}${PREFIX}/bin" \
 		COPYDIR="${STAGEDIR}${PREFIX}/${WOLFDIR}"
 
-PLIST_SUB=	ARCH="${ARCH}" WOLFDIR="${WOLFDIR}"
+PLIST_SUB=	ARCH="${ARCH}" \
+		WOLFDIR="${WOLFDIR}"
 
-SUB_FILES=	iowolfsp iowolfmp iowolfded pkg-message
-SUB_LIST=	ARCH="${ARCH}" WOLFDIR="${PREFIX}/${WOLFDIR}" \
-		DISTVERSION="${DISTVERSION}"
+SUB_FILES=	iowolfded iowolfmp iowolfsp pkg-message
+SUB_LIST=	ARCH="${ARCH}" \
+		DISTVERSION="${DISTVERSION}" \
+		WOLFDIR="${PREFIX}/${WOLFDIR}"
 
-OPTIONS_DEFINE=	MP SP
+OPTIONS_DEFINE=		MP SP
 OPTIONS_DEFAULT=	MP SP
-OPTIONS_SUB=	yes
+OPTIONS_SUB=		yes
 
 MP_DESC=	Build multiplayer support
 SP_DESC=	Build singleplayer support
 
-SP_ALL_TARGET=	sp
-SP_DESKTOP_ENTRIES=	"Return to Castle Wolfenstein" "Return to Castle Wolfenstein" \
-			"${DATADIR}/wolf512.png" "iowolfsp" "Game;" false
+SP_ALL_TARGET=		sp
+SP_DESKTOP_ENTRIES=	"Return to Castle Wolfenstein" \
+			"Return to Castle Wolfenstein" \
+			"${DATADIR}/wolf512.png" \
+			"iowolfsp" \
+			"Game;" \
+			false
 SP_INSTALL_TARGET=	sp-install
 
-MP_ALL_TARGET=	mp
-MP_DESKTOP_ENTRIES=	"Return to Castle Wolfenstein (MP)" "Return to Castle Wolfenstein Multiplayer" \
-			"${DATADIR}/wolf512.png" "iowolfmp" "Game;" false
+MP_ALL_TARGET=		mp
+MP_DESKTOP_ENTRIES=	"Return to Castle Wolfenstein (MP)" \
+			"Return to Castle Wolfenstein Multiplayer" \
+			"${DATADIR}/wolf512.png" \
+			"iowolfmp" \
+			"Game;" \
+			false
 MP_INSTALL_TARGET=	mp-install
 
 post-extract:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903170740.x2H7eiO3085331>