aboutsummaryrefslogtreecommitdiff
path: root/games/frotz/Makefile
blob: c09534b0af34b5fb9f75870980e450acd11bcfd2 (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
# New ports collection makefile for:	frotz
# Date created:				16 May 1998
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=		frotz
PORTVERSION=		2.32
CATEGORIES=		games
MASTER_SITES=		ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/
DISTNAME=		UnixFrotz232R2Std10

MAINTAINER=		ports@FreeBSD.org

ALL_TARGET=
WRKSRC=			${WRKDIR}/frotz-2.32

MAN6=			frotz.6

do-install:
	@ ${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
	@ ${INSTALL_MAN} ${WRKSRC}/frotz.6 ${PREFIX}/man/man6

.if !defined(NOPORTDOCS)
	@ ${MKDIR} ${PREFIX}/share/doc/frotz
.for file in Readme.unix Todo
	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz
.endfor
.endif

.include <bsd.port.mk>