aboutsummaryrefslogtreecommitdiffstats
path: root/games/fotaq/Makefile
blob: bcb007cf515de3e060aee00d943e22520fbb68fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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
PORTREVISION=   1
CATEGORIES= games
MASTER_SITES=   SF
MASTER_SITE_SUBDIR= scummvm
DISTNAME=   FOTAQ_Talkie

MAINTAINER= lme@FreeBSD.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>