games/iortcw: Cosmetic changes
This commit is contained in:
parent
c1c61ff0ed
commit
0a0fbe9d3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496018
1 changed files with 26 additions and 17 deletions
|
@ -16,24 +16,25 @@ NOT_FOR_ARCHS_REASON= fails to configure: Architecture not supported
|
||||||
|
|
||||||
BUILD_DEPENDS= opusfile>0:audio/opusfile
|
BUILD_DEPENDS= opusfile>0:audio/opusfile
|
||||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
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_GL= gl
|
||||||
USE_SDL= sdl2
|
USE_SDL= sdl2
|
||||||
|
|
||||||
USE_GITHUB= yes
|
|
||||||
|
|
||||||
WOLFDIR= "libexec/${PORTNAME}"
|
WOLFDIR= "libexec/${PORTNAME}"
|
||||||
MAKE_ARGS= BINDIR="${STAGEDIR}${PREFIX}/bin" \
|
MAKE_ARGS= BINDIR="${STAGEDIR}${PREFIX}/bin" \
|
||||||
COPYDIR="${STAGEDIR}${PREFIX}/${WOLFDIR}"
|
COPYDIR="${STAGEDIR}${PREFIX}/${WOLFDIR}"
|
||||||
|
|
||||||
PLIST_SUB= ARCH="${ARCH}" WOLFDIR="${WOLFDIR}"
|
PLIST_SUB= ARCH="${ARCH}" \
|
||||||
|
WOLFDIR="${WOLFDIR}"
|
||||||
|
|
||||||
SUB_FILES= iowolfsp iowolfmp iowolfded pkg-message
|
SUB_FILES= iowolfded iowolfmp iowolfsp pkg-message
|
||||||
SUB_LIST= ARCH="${ARCH}" WOLFDIR="${PREFIX}/${WOLFDIR}" \
|
SUB_LIST= ARCH="${ARCH}" \
|
||||||
DISTVERSION="${DISTVERSION}"
|
DISTVERSION="${DISTVERSION}" \
|
||||||
|
WOLFDIR="${PREFIX}/${WOLFDIR}"
|
||||||
|
|
||||||
OPTIONS_DEFINE= MP SP
|
OPTIONS_DEFINE= MP SP
|
||||||
OPTIONS_DEFAULT= MP SP
|
OPTIONS_DEFAULT= MP SP
|
||||||
|
@ -43,13 +44,21 @@ MP_DESC= Build multiplayer support
|
||||||
SP_DESC= Build singleplayer support
|
SP_DESC= Build singleplayer support
|
||||||
|
|
||||||
SP_ALL_TARGET= sp
|
SP_ALL_TARGET= sp
|
||||||
SP_DESKTOP_ENTRIES= "Return to Castle Wolfenstein" "Return to Castle Wolfenstein" \
|
SP_DESKTOP_ENTRIES= "Return to Castle Wolfenstein" \
|
||||||
"${DATADIR}/wolf512.png" "iowolfsp" "Game;" false
|
"Return to Castle Wolfenstein" \
|
||||||
|
"${DATADIR}/wolf512.png" \
|
||||||
|
"iowolfsp" \
|
||||||
|
"Game;" \
|
||||||
|
false
|
||||||
SP_INSTALL_TARGET= sp-install
|
SP_INSTALL_TARGET= sp-install
|
||||||
|
|
||||||
MP_ALL_TARGET= mp
|
MP_ALL_TARGET= mp
|
||||||
MP_DESKTOP_ENTRIES= "Return to Castle Wolfenstein (MP)" "Return to Castle Wolfenstein Multiplayer" \
|
MP_DESKTOP_ENTRIES= "Return to Castle Wolfenstein (MP)" \
|
||||||
"${DATADIR}/wolf512.png" "iowolfmp" "Game;" false
|
"Return to Castle Wolfenstein Multiplayer" \
|
||||||
|
"${DATADIR}/wolf512.png" \
|
||||||
|
"iowolfmp" \
|
||||||
|
"Game;" \
|
||||||
|
false
|
||||||
MP_INSTALL_TARGET= mp-install
|
MP_INSTALL_TARGET= mp-install
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
|
|
Loading…
Reference in a new issue