a165520694
- Add SHA256 PR: ports/89331 Submitted by: Alex Trull <freebsd.alex@trull.org>
40 lines
921 B
Makefile
40 lines
921 B
Makefile
# 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.alex@trull.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fotaq
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= scummvm
|
|
DISTNAME= FOTAQ_Talkie
|
|
|
|
MAINTAINER= freebsd.alex@trull.org
|
|
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>
|