Guy Carrington works as a courier for the Hyperspace Delivery Service. He has
to get mail and packages to those who need them, no matter where they are. Fight evil enemies, solve unique puzzles and try to save your big love. WWW: http://www.linuxgamepublishing.com/info.php?id=17 PR: ports/131254 Submitted by: Marcus von Appen <mva at sysfault.org>
This commit is contained in:
parent
1eee004ac4
commit
9a0f541830
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227754
@ -454,6 +454,7 @@
|
||||
SUBDIR += linux-etqw-demo-server
|
||||
SUBDIR += linux-etqw-server
|
||||
SUBDIR += linux-gorky17-demo
|
||||
SUBDIR += linux-hdb-demo
|
||||
SUBDIR += linux-majesty-demo
|
||||
SUBDIR += linux-nerogame
|
||||
SUBDIR += linux-ningpo-demo
|
||||
|
59
games/linux-hdb-demo/Makefile
Normal file
59
games/linux-hdb-demo/Makefile
Normal file
@ -0,0 +1,59 @@
|
||||
# New ports collection makefile for: linux-hdb-demo
|
||||
# Date created: 2009-02-01
|
||||
# Whom: Marcus von Appen <mva@sysfault.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hdb-demo
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= games linux
|
||||
MASTER_SITES= http://demofiles.linuxgamepublishing.com/hdb/
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= hdb_demo
|
||||
EXTRACT_SUFX= .run
|
||||
|
||||
MAINTAINER= mva@sysfault.org
|
||||
COMMENT= Hyperspace Delivery Boy Demo - deliver mail and packages
|
||||
|
||||
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 \
|
||||
${LINUXBASE}/usr/lib/libSDL_mixer-1.2.so.0:${PORTSDIR}/audio/linux-sdl_mixer \
|
||||
${LINUXBASE}/usr/lib/libmikmod.so.2:${PORTSDIR}/audio/linux-mikmod \
|
||||
${LINUXBASE}/usr/lib/libogg.so.0:${PORTSDIR}/audio/linux-libogg \
|
||||
${LINUXBASE}/usr/lib/libvorbis.so.0:${PORTSDIR}/audio/linux-libvorbis
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USE_LINUX= yes
|
||||
USE_XLIB= yes
|
||||
NO_CDROM= Redistribution is limited, see license
|
||||
NO_BUILD= yes
|
||||
|
||||
DATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME}
|
||||
SUB_FILES= hdb
|
||||
PORTDOCS= README README.licenses README.unixthanks license.txt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
@cd ${WRKSRC} && ${TAIL} +377 ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \
|
||||
${TAR} jxf -
|
||||
|
||||
do-build:
|
||||
${BRANDELF} -t Linux ${WRKSRC}/bin/Linux/x86/hdb_demo
|
||||
${BRANDELF} -t Linux ${WRKSRC}/bin/Linux/x86/hdb_demo.dynamic
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
@cd ${WRKSRC}/bin/Linux/x86 && \
|
||||
${INSTALL_PROGRAM} hdb_demo hdb_demo.dynamic ${DATADIR}
|
||||
@${INSTALL_PROGRAM} ${WRKDIR}/hdb ${PREFIX}/bin/${PKGNAMEPREFIX}hdb
|
||||
@${CP} -R ${WRKSRC}/Resources ${DATADIR}
|
||||
@${CP} -R ${WRKSRC}/music ${DATADIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/hyperdemo.mpc ${DATADIR}
|
||||
.if !defined (NOPORTDOCS)
|
||||
@${INSTALL} -d ${DOCSDIR}
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
games/linux-hdb-demo/distinfo
Normal file
3
games/linux-hdb-demo/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (hdb_demo.run) = cd185998c355022e950f009a970a835c
|
||||
SHA256 (hdb_demo.run) = 77bf539ca025795b26e365b25c5aebb37adcdb9c7485652fb9c9d305e113fc21
|
||||
SIZE (hdb_demo.run) = 12672665
|
4
games/linux-hdb-demo/files/hdb.in
Normal file
4
games/linux-hdb-demo/files/hdb.in
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd %%DATADIR%% || exit 1
|
||||
exec ./hdb_demo "$@"
|
5
games/linux-hdb-demo/pkg-descr
Normal file
5
games/linux-hdb-demo/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Guy Carrington works as a courier for the Hyperspace Delivery Service. He has
|
||||
to get mail and packages to those who need them, no matter where they are.
|
||||
Fight evil enemies, solve unique puzzles and try to save your big love.
|
||||
|
||||
WWW: http://www.linuxgamepublishing.com/info.php?id=17
|
14
games/linux-hdb-demo/pkg-plist
Normal file
14
games/linux-hdb-demo/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
bin/linux-hdb
|
||||
%%DATADIR%%/hdb_demo
|
||||
%%DATADIR%%/hdb_demo.dynamic
|
||||
%%DATADIR%%/music/jungle.ogg
|
||||
%%DATADIR%%/music/low_techno.ogg
|
||||
%%DATADIR%%/music/mysterious_quiet.ogg
|
||||
%%DATADIR%%/music/on_a_mission.ogg
|
||||
%%DATADIR%%/music/jaround.ogg
|
||||
%%DATADIR%%/hyperdemo.mpc
|
||||
%%DATADIR%%/Resources/pyrogon.ttf
|
||||
%%DATADIR%%/Resources/cruncher.pyz
|
||||
@dirrm %%DATADIR%%/music
|
||||
@dirrm %%DATADIR%%/Resources
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user