Initial import of frotz version 2.32.

frotz is a curses-based interpreter for Infocom-compatible games.

Submitted by:	Carsten Ilchmann <ci2@gmx.net>
This commit is contained in:
kevlo 2000-03-23 05:04:59 +00:00
parent e65df25896
commit db03207bef
5 changed files with 43 additions and 0 deletions

33
games/frotz/Makefile Normal file
View File

@ -0,0 +1,33 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/03/23 05:04:59 kevlo Exp $
# $NetBSD: Makefile,v 1.2 2000/01/15 18:46:28 jlam Exp $
# Original from: Stefan Jokisch
DISTNAME= UnixFrotz232R2Std10
PKGNAME= frotz-2.32
CATEGORIES= games
HOMEPAGE= http://www.geocities.com/SiliconValley/Heights/3222/frotz.html
MAINTAINER= ci2@gmx.net
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
WRKDIST= ${WRKDIR}/frotz-2.32
ALL_TARGET= frotz
CFLAGS+= -DUSE_UNISTD_H -DCOLOR_SUPPORT -DEMACS_EDITING
FAKE= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/frotz ${PREFIX}/bin
${INSTALL_MAN} ${WRKBUILD}/frotz.6 ${PREFIX}/man/man6
.include <bsd.port.mk>

3
games/frotz/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (UnixFrotz232R2Std10.tar.gz) = 5c40f4a9da46a65cd0fd09821bf93538
RMD160 (UnixFrotz232R2Std10.tar.gz) = c2b33f70754a3bdf80d91f0090c056a005908580
SHA1 (UnixFrotz232R2Std10.tar.gz) = cd5124a58aaff6a60eecbc352dd18c4402d87ce6

1
games/frotz/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
Curses-based interpreter for Infocom-compatible games

4
games/frotz/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
Frotz is another of the fine family of interpreters for Infocom's text
adventures and compatible games. This is version 2.32.
"Frotz" is also the name of the spell to make an object emit light.

2
games/frotz/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
bin/frotz
man/man6/frotz.6