Add Flight of the Amazon Queen: a classic graphical adventure

for Scumm-VM.

Submitted by:	Alex Trull <alexander@trull.com>
This commit is contained in:
Alex Dupre 2004-03-26 23:33:50 +00:00
parent 5fc1f1c5db
commit f60e274961
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105393
6 changed files with 67 additions and 0 deletions

View File

@ -116,6 +116,7 @@
SUBDIR += flightgear
SUBDIR += flying
SUBDIR += foobillard
SUBDIR += fotaq
SUBDIR += frabs
SUBDIR += freebsd-games
SUBDIR += freecell-solver

39
games/fotaq/Makefile Normal file
View File

@ -0,0 +1,39 @@
# New ports collection makefile for: fotaq (Flight of the Amazon Queen)
# Date created: Fri Mar 26 23:34:32 BST 2004
# Whom: Alex Trull <alexander@trull.com>
#
# $FreeBSD$
#
PORTNAME= fotaq
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scummvm
DISTNAME= FOTAQ_Talkie
MAINTAINER= alexander@trull.com
COMMENT= Flight of the Amazon Queen: a classic graphical adventure
RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm
USE_ZIP= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
PKGMESSAGE= ${WRKDIR}/pkg-message
do-install:
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/queen.1c ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
.endif
post-install:
@${SED} -e "s:%%DATADIR%%:${DATADIR}:g" ${.CURDIR}/pkg-message \
> ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

2
games/fotaq/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (FOTAQ_Talkie.zip) = 02376cd721165448e5c3ca50dc574588
SIZE (FOTAQ_Talkie.zip) = 36523116

7
games/fotaq/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
Flight of the Amazon Queen is an irrevent pastiche of the adventure
serials that were popular in the 1940's.
WWW: http://scummvm.sourceforge.net/
- Alex Trull
alexander@trull.com

14
games/fotaq/pkg-message Normal file
View File

@ -0,0 +1,14 @@
- --------------------------------------------------------------------- -
- Flight of the Amazon Queen (fotaq) PORT NOTES ported by atrull -
- --------------------------------------------------------------------- -
- How to Get Playing: -
- -
- i) Type scummvm to start the game interpreter -
- ii) Click 'Add Game...', Browse to %%DATADIR%% -
- iii) Click 'Choose' then click 'OK' -
- iv) Select 'Flight of the Amazon Queen' from the Menu -
- and click 'Start' -
- -
- Anything Goes! -
- - atrull -
- --------------------------------------------------------------------- -

4
games/fotaq/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
%%DATADIR%%/queen.1c
%%PORTDOCS%%%%DOCSDIR%%/readme.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%