freebsd-ports/games/frotz/Makefile
Steve Price 66a4ec9e62 Install the manpage too.
PR:		7173
Submitted by:	Dom Mitchell <dom@myrddin.demon.co.uk>
1998-07-05 23:03:38 +00:00

33 lines
746 B
Makefile

# New ports collection makefile for: frotz
# Version required: 2.32
# Date created: 16 May 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1998/05/18 04:10:04 mph Exp $
#
DISTNAME= UnixFrotz232R2Std10
PKGNAME= frotz-2.32
CATEGORIES= games
MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/
MAINTAINER= andy@icc.surw.chel.su
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>