1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

World of Goo is a physics based puzzle/construction game. The millions of

Goo Balls who live in the beautiful World of Goo do not know that they are
in a game, or that they are extremely delicious.

WWW: http://worldofgoo.com/
This commit is contained in:
Alexey Dokuchaev 2009-09-14 19:23:23 +00:00
parent 02614de9a0
commit b828c456e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241421
5 changed files with 1500 additions and 0 deletions

View File

@ -487,6 +487,7 @@
SUBDIR += linux-ut2004-demo
SUBDIR += linux-virtual-jay-peak
SUBDIR += linux-warsow
SUBDIR += linux-worldofgoo-demo
SUBDIR += linwarrior
SUBDIR += liquidwar
SUBDIR += lm-solve

View File

@ -0,0 +1,58 @@
# New ports collection makefile for: World of Goo (Linux demo version)
# Date created: 14 Sep 2009
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= worldofgoo
PORTVERSION= 1.41
CATEGORIES= games linux
MASTER_SITES= http://freebsd.nsu.ru/distfiles/
PKGNAMEPREFIX= linux-
DISTNAME= WorldOfGooDemo.${PORTVERSION}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Demo version of incredible physics based puzzle/construction game
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= yes
USE_LINUX_APPS= libglu libvorbis mikmod sdl12 sdlmixer
NO_BUILD= yes
WRKSRC= ${WRKDIR}/WorldOfGooDemo
DATADIR= ${PREFIX}/share/WorldOfGoo
DOCSDIR= ${PREFIX}/share/doc/WorldOfGoo
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
TARGET_BIN= WorldOfGoo.bin32
.else
TARGET_BIN= WorldOfGoo.bin64
.endif
# Data files are in pkg-plist
PLIST_FILES= bin/WorldOfGoo bin/${TARGET_BIN}
PORTDOCS= eula.txt linux-issues.txt readme.html
pre-patch: .SILENT
# Wrapper script is required since game binary looks for its resources in
# current directory only. Vendor provided one is overly complicated, so
# we create our own, without blackjack and hookers.
${MV} ${WRKSRC}/WorldOfGoo ${WRKSRC}/WorldOfGoo.vendor
${ECHO_CMD} "#!/bin/sh" > ${WRKSRC}/WorldOfGoo
${ECHO_CMD} "" >> ${WRKSRC}/WorldOfGoo
${ECHO_CMD} "cd ${DATADIR} && ${PREFIX}/bin/${TARGET_BIN}" \
>> ${WRKSRC}/WorldOfGoo
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${TARGET_BIN} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/WorldOfGoo ${PREFIX}/bin
cd ${WRKSRC} && ${COPYTREE_SHARE} "properties res" ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (WorldOfGooDemo.1.41.tar.gz) = 2a490524ae2cfd11fcb2e052dfe47d4e
SHA256 (WorldOfGooDemo.1.41.tar.gz) = 3177b5561c843182613621a3b69800e431d9e1c8cc36fbf42192edc9428fac59
SIZE (WorldOfGooDemo.1.41.tar.gz) = 34729052

View File

@ -0,0 +1,5 @@
World of Goo is a physics based puzzle/construction game. The millions of
Goo Balls who live in the beautiful World of Goo do not know that they are
in a game, or that they are extremely delicious.
WWW: http://worldofgoo.com/

File diff suppressed because it is too large Load Diff