diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-26 23:33:50 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-26 23:33:50 +0000 |
commit | f60e27496150c6369c76ff59e3fc159e5ef310d1 (patch) | |
tree | 492a69958dc734745167e027884afb6fc9b6b2ba /games/fotaq | |
parent | 5fc1f1c5db2f61bd2b9ee88c90847987fdffba9b (diff) | |
download | ports-f60e27496150c6369c76ff59e3fc159e5ef310d1.tar.gz ports-f60e27496150c6369c76ff59e3fc159e5ef310d1.zip |
Notes
Diffstat (limited to 'games/fotaq')
-rw-r--r-- | games/fotaq/Makefile | 39 | ||||
-rw-r--r-- | games/fotaq/distinfo | 2 | ||||
-rw-r--r-- | games/fotaq/pkg-descr | 7 | ||||
-rw-r--r-- | games/fotaq/pkg-message | 14 | ||||
-rw-r--r-- | games/fotaq/pkg-plist | 4 |
5 files changed, 66 insertions, 0 deletions
diff --git a/games/fotaq/Makefile b/games/fotaq/Makefile new file mode 100644 index 000000000000..23663151eb97 --- /dev/null +++ b/games/fotaq/Makefile @@ -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> diff --git a/games/fotaq/distinfo b/games/fotaq/distinfo new file mode 100644 index 000000000000..617b306ee068 --- /dev/null +++ b/games/fotaq/distinfo @@ -0,0 +1,2 @@ +MD5 (FOTAQ_Talkie.zip) = 02376cd721165448e5c3ca50dc574588 +SIZE (FOTAQ_Talkie.zip) = 36523116 diff --git a/games/fotaq/pkg-descr b/games/fotaq/pkg-descr new file mode 100644 index 000000000000..5fe52d5e30a6 --- /dev/null +++ b/games/fotaq/pkg-descr @@ -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 diff --git a/games/fotaq/pkg-message b/games/fotaq/pkg-message new file mode 100644 index 000000000000..34dd205b29ea --- /dev/null +++ b/games/fotaq/pkg-message @@ -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 - + - --------------------------------------------------------------------- - diff --git a/games/fotaq/pkg-plist b/games/fotaq/pkg-plist new file mode 100644 index 000000000000..71495220f62b --- /dev/null +++ b/games/fotaq/pkg-plist @@ -0,0 +1,4 @@ +%%DATADIR%%/queen.1c +%%PORTDOCS%%%%DOCSDIR%%/readme.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%% |