mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
games/*: Use NO_WRKSUBDIR
This commit is contained in:
parent
1fae941fe4
commit
7b45c9eb24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491937
@ -22,11 +22,10 @@ BROKEN_armv7= fails to compile: invokes x86 assembler
|
||||
BROKEN_mips= fails to compile: unrecognized command line option "-mpopcnt"
|
||||
BROKEN_mips64= fails to compile: unrecognized command line option "-mpopcnt"
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
USES= gmake zip
|
||||
|
||||
ALL_TARGET= unix-gcc
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
WITH_BOOKDIR?= ${PREFIX}/lib/crafty
|
||||
WITH_LOGDIR?= /tmp
|
||||
|
@ -17,14 +17,12 @@ COMMENT= Client for the block building game
|
||||
|
||||
RUN_DEPENDS= ${JAVALIBDIR}/lwjgl/lwjgl.jar:games/lwjgl
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
USES= openal
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_OS= native
|
||||
JAVA_VENDOR= openjdk
|
||||
JAVA_VERSION= 1.8+
|
||||
|
||||
DESKTOP_ENTRIES="Minecraft" \
|
||||
"Block building game" \
|
||||
"${PREFIX}/share/pixmaps/minecraft-client.png" \
|
||||
@ -32,6 +30,10 @@ DESKTOP_ENTRIES="Minecraft" \
|
||||
"Game;Java;" \
|
||||
false
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/Minecraft.jar \
|
||||
|
@ -19,8 +19,6 @@ LICENSE_FILE= ${WRKSRC}/GPL.txt
|
||||
|
||||
RUN_DEPENDS= ${PYGAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
USES= python:2.7 shebangfix
|
||||
SHEBANG_FILES= TuxFighter54.py
|
||||
|
||||
@ -34,6 +32,8 @@ SUB_FILES= ${PORTNAME} pkg-message
|
||||
DESKTOP_ENTRIES="TuxFighter" "" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Game;ArcadeGame;" ""
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-build:
|
||||
|
Loading…
Reference in New Issue
Block a user