mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Import of jzip. No, it's not another archiver... it's another
Infocom interpreter; this one runs in text mode.
This commit is contained in:
parent
1c3bffa623
commit
b1b9984c3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10908
27
games/jzip/Makefile
Normal file
27
games/jzip/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: jzip
|
||||
# Version required: 2.0.1g
|
||||
# Date created: 7 May 1998
|
||||
# Whom: Matthew Hunt <mph@FreeBSD.org>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= jzip201g
|
||||
PKGNAME= jzip-2.0.1g
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.cfug.org/infocom/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= mph@freebsd.org
|
||||
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
EXTRACT_CMD= unzip
|
||||
EXTRACT_BEFORE_ARGS= -qq
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/jzip ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/jzip/distinfo
Normal file
1
games/jzip/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (jzip201g.zip) = 6751370c6662d33ee0238cea656c6499
|
17
games/jzip/files/patch-aa
Normal file
17
games/jzip/files/patch-aa
Normal file
@ -0,0 +1,17 @@
|
||||
--- Makefile.orig Tue Dec 5 09:57:04 1995
|
||||
+++ Makefile Thu May 7 22:35:23 1998
|
||||
@@ -21,10 +21,10 @@
|
||||
# -DHARD_COLORS
|
||||
# to the CFLAGS line.
|
||||
|
||||
-CC = cc
|
||||
-CFLAGS = -c -DPOSIX
|
||||
-LDFLAGS = -O
|
||||
-LIBS = -lcurses
|
||||
+#CC = cc
|
||||
+CFLAGS += -c -DBSD -DHAVE_GETOPT
|
||||
+#LDFLAGS = -O
|
||||
+LIBS = -ltermcap
|
||||
|
||||
INC = ztypes.h
|
||||
OBJS = jzip.o control.o extern.o fileio.o input.o interpre.o math.o memory.o \
|
1
games/jzip/pkg-comment
Normal file
1
games/jzip/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A text-mode Infocom game interpreter.
|
7
games/jzip/pkg-descr
Normal file
7
games/jzip/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This software interprets Infocom text-adventure games. This port
|
||||
does not install any games; you can install them yourself if you
|
||||
own the games, or you can legally obtain the Zork series from:
|
||||
http://www.csd.uwo.ca/~pete/Infocom/download.html
|
||||
Information on other methods of obtaining the games, including CD-ROM
|
||||
vendors, is available from:
|
||||
http://www.cfug.org/infocom/
|
1
games/jzip/pkg-plist
Normal file
1
games/jzip/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/jzip
|
Loading…
x
Reference in New Issue
Block a user