- Import of xzip.
- A z-code interpreter for X11. Submitted by: Carsten Ilchmann <ci2@gmx.net>
This commit is contained in:
parent
f1337b14c0
commit
30c33b7565
35
games/xzip/Makefile
Normal file
35
games/xzip/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/08 02:11:27 kevlo Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:49 agc Exp $
|
||||
# Original from: Andrew Plotkin, Mark Howell
|
||||
|
||||
DISTNAME= xzip181
|
||||
PKGNAME= xzip-1.8.1
|
||||
CATEGORIES= games x11
|
||||
NEED_VERSION= 1.326
|
||||
|
||||
HOMEPAGE= http://www.eblong.com/zarf/xzip.html
|
||||
|
||||
MAINTAINER= ci2@gmx.net
|
||||
|
||||
# usage restriction and licensing of files by Mark Howell unclear
|
||||
# read xzip(6)
|
||||
PERMIT_PACKAGE_CDROM= No
|
||||
PERMIT_PACKAGE_FTP= No
|
||||
PERMIT_DISTFILES_CDROM= No
|
||||
PERMIT_DISTFILES_FTP= No
|
||||
|
||||
MASTER_SITES= http://www.eblong.com/zarf/ftp/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAKE_FLAGS= CFLAGS="${CFLAGS}" XLIB="${X11BASE}/lib" LDFLAGS="${LDFLAGS}"
|
||||
WRKDIST= ${WRKDIR}/xzip
|
||||
|
||||
ALL_TARGET= xzip
|
||||
|
||||
CFLAGS+= -DAUTO_END_MODE -I${X11BASE}/include
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xzip ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/xzip.1 ${PREFIX}/man/man6/xzip.6
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/xzip/files/md5
Normal file
3
games/xzip/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xzip181.tar.Z) = aeff61c7f4954674b721fc01ff36d802
|
||||
RMD160 (xzip181.tar.Z) = 1a219a3aef9b3fde03bd39ee6c117782062cc63c
|
||||
SHA1 (xzip181.tar.Z) = a5b81bb6a120e859cc3c16a7042cb708b99584d6
|
1
games/xzip/pkg/COMMENT
Normal file
1
games/xzip/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
z-code interpreter for X11 (Infocom game format)
|
13
games/xzip/pkg/DESCR
Normal file
13
games/xzip/pkg/DESCR
Normal file
@ -0,0 +1,13 @@
|
||||
XZip is a clean X Windows interface to games written in Infocom's Z-code
|
||||
game format. It handles Z-code versions 1 through 5 and version 8. It is
|
||||
free (yee-ha!)
|
||||
|
||||
developed at CMU. Really, I would have preferred to actually do this in
|
||||
ATK... except that then you'd need ATK to run it, and that's 50 megabytes
|
||||
of source code. (Honest.) So I just did an imitation.
|
||||
|
||||
Z-code games are available at:
|
||||
|
||||
ftp://ftp.gmd.de/if-archive/games/infocom/
|
||||
|
||||
WWW: ${HOMEPAGE}
|
3
games/xzip/pkg/PLIST
Normal file
3
games/xzip/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/08 02:11:27 kevlo Exp $
|
||||
bin/xzip
|
||||
man/man6/xzip.6
|
Loading…
Reference in New Issue
Block a user