mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add zoom 1.0.1, a Z-Interpreter for X with full V6 support.
PR: 52953 Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
This commit is contained in:
parent
8355761130
commit
92f9c34b07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82165
@ -507,6 +507,7 @@
|
||||
SUBDIR += yamsweeper
|
||||
SUBDIR += zangband
|
||||
SUBDIR += znibbles
|
||||
SUBDIR += zoom
|
||||
SUBDIR += ztrack
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
29
games/zoom/Makefile
Normal file
29
games/zoom/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: zoom
|
||||
# Date created: May 07 2003
|
||||
# Whom: Jan Stocker <Jan.Stocker@t-online.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= zoom
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.logicalshift.demon.co.uk/unix/${PORTNAME}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= Jan.Stocker@t-online.de
|
||||
COMMENT= Z-Interpreter for X with full V6 support
|
||||
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/zoom/distinfo
Normal file
1
games/zoom/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (zoom-1.0.1.tar.gz) = 94c1a4a485d27391f04a1a608dbaceee
|
8
games/zoom/pkg-descr
Normal file
8
games/zoom/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Zoom is a Z-Machine, which means that it plays text adventure games written in
|
||||
ZCode. It plays V3-V8 including V6 graphics (you need the blb-files from
|
||||
http://www.ifarchive.org/indexes/if-archiveXinfocomXmediaXblorb.html for
|
||||
original Infocom V6 games)
|
||||
|
||||
WWW: http://www.logicalshift.demon.co.uk/unix/zoom/
|
||||
|
||||
- Jan Stocker <Jan.Stocker@t-online.de>
|
3
games/zoom/pkg-plist
Normal file
3
games/zoom/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/zoom
|
||||
share/zoom/zoomrc
|
||||
@dirrm share/zoom
|
Loading…
Reference in New Issue
Block a user