From f60e27496150c6369c76ff59e3fc159e5ef310d1 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Fri, 26 Mar 2004 23:33:50 +0000 Subject: Add Flight of the Amazon Queen: a classic graphical adventure for Scumm-VM. Submitted by: Alex Trull --- games/fotaq/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 games/fotaq/Makefile (limited to 'games/fotaq/Makefile') 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 +# +# $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 -- cgit v1.2.3