frotz stable port information

Package: frotz
Version: 2.43
Revision: 1011
Description: Interpreter for all Infocom-type games
License: GPL
Maintainer: Christian Swinehart
Source: http://www.ifarchive.org/if-archive/interpreters-infocom-zcode/%n/%n-%v.tar.gz
Source-MD5: efe51879e012b92bb8d5f4a82e982677
BuildDepends: fink (>= 0.24.12)
PatchFile: %n.patch
PatchFile-MD5: 241cb80012bf5b76de8df30496971be3
PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
GCC: 4.0
CompileScript: <<
make
make dumb
<<
InstallScript: <<
mkdir -p %i/bin
strip frotz
install -c -m 755 frotz %i/bin
install -c -m 755 dfrotz %i/bin
mkdir -p %i/share/man/man6
install -c -m 644 doc/frotz.6 %i/share/man/man6
install -c -m 644 doc/dfrotz.6 %i/share/man/man6
mkdir -p %i/share/doc/%n/config-examples
install -m 644 doc/frotz.conf-small %i/share/doc/%n/config-examples
install -m 644 doc/frotz.conf-big %i/share/doc/%n/config-examples
<<
DocFiles: AUTHORS BUGS COPYING ChangeLog HOW_TO_PLAY README TODO
Homepage: http://www.cs.csubak.edu/~dgriffi/proj/frotz

frotz stable port .patch

diff -u -Naur frotz-2.43/Makefile frotz-2.43.fink/Makefile
--- frotz-2.43/Makefile Sun Oct 27 20:21:52 2002
+++ frotz-2.43.fink/Makefile Sat Nov 23 12:29:35 2002
@@ -14,9 +14,9 @@
#-malign-jumps=2

# Define where you want Frotz installed. Usually this is /usr/local
-PREFIX = /usr/local
+PREFIX = @PREFIX@

-MAN_PREFIX = $(PREFIX)
+MAN_PREFIX = $(PREFIX)/share
#MAN_PREFIX = /usr/local/share

CONFIG_DIR = $(PREFIX)/etc
@@ -24,7 +24,7 @@

# Define where you want Frotz to look for frotz.conf.
#
-CONFIG_DIR = /usr/local/etc
+CONFIG_DIR = @PREFIX@/etc
#CONFIG_DIR = /etc
#CONFIG_DIR = /usr/pkg/etc
#CONFIG_DIR =
@@ -73,15 +73,15 @@
# curses library won't work, comment out the first option and uncomment
# the second.
#
-CURSES = -lcurses
-#CURSES = -lncurses
+#CURSES = -lcurses
+CURSES = -lncurses

# Uncomment this if your need to use ncurses instead of the
# vendor-supplied curses library. This just tells the compile process
# which header to include, so don't worry if ncurses is all you have
# (like on Linux). You'll be fine.
#
-#CURSES_DEF = -DUSE_NCURSES_H
+CURSES_DEF = -DUSE_NCURSES_H

# Uncomment this if you're compiling Unix Frotz on a machine that lacks
# the memmove(3) system call. If you don't know what this means, leave it

frotz _unstable_ port information

Package: frotz
Version: 2.43
Revision: 1012
Description: Interpreter for all Infocom-type games
License: GPL
Maintainer: None
Source: mirror:sourceforge:/%n/%n-%v.tar.gz
Source-MD5: efe51879e012b92bb8d5f4a82e982677
BuildDepends: fink (>= 0.24.12)
PatchFile: %n.patch
PatchFile-MD5: 241cb80012bf5b76de8df30496971be3
PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
GCC: 4.0
CompileScript: <<
make
make dumb
<<
InstallScript: <<
mkdir -p %i/bin
strip frotz
install -c -m 755 frotz %i/bin
install -c -m 755 dfrotz %i/bin
mkdir -p %i/share/man/man6
install -c -m 644 doc/frotz.6 %i/share/man/man6
install -c -m 644 doc/dfrotz.6 %i/share/man/man6
mkdir -p %i/share/doc/%n/config-examples
install -m 644 doc/frotz.conf-small %i/share/doc/%n/config-examples
install -m 644 doc/frotz.conf-big %i/share/doc/%n/config-examples
<<
DocFiles: AUTHORS BUGS COPYING ChangeLog HOW_TO_PLAY README TODO
Homepage: http://sourceforge.net/projects/frotz/
DescPackaging: <<
Previously maintained by Christian Swinehart

<<

frotz _unstable_ port .patch

diff -u -Naur frotz-2.43/Makefile frotz-2.43.fink/Makefile
--- frotz-2.43/Makefile Sun Oct 27 20:21:52 2002
+++ frotz-2.43.fink/Makefile Sat Nov 23 12:29:35 2002
@@ -14,9 +14,9 @@
#-malign-jumps=2

# Define where you want Frotz installed. Usually this is /usr/local
-PREFIX = /usr/local
+PREFIX = @PREFIX@

-MAN_PREFIX = $(PREFIX)
+MAN_PREFIX = $(PREFIX)/share
#MAN_PREFIX = /usr/local/share

CONFIG_DIR = $(PREFIX)/etc
@@ -24,7 +24,7 @@

# Define where you want Frotz to look for frotz.conf.
#
-CONFIG_DIR = /usr/local/etc
+CONFIG_DIR = @PREFIX@/etc
#CONFIG_DIR = /etc
#CONFIG_DIR = /usr/pkg/etc
#CONFIG_DIR =
@@ -73,15 +73,15 @@
# curses library won't work, comment out the first option and uncomment
# the second.
#
-CURSES = -lcurses
-#CURSES = -lncurses
+#CURSES = -lcurses
+CURSES = -lncurses

# Uncomment this if your need to use ncurses instead of the
# vendor-supplied curses library. This just tells the compile process
# which header to include, so don't worry if ncurses is all you have
# (like on Linux). You'll be fine.
#
-#CURSES_DEF = -DUSE_NCURSES_H
+CURSES_DEF = -DUSE_NCURSES_H

# Uncomment this if you're compiling Unix Frotz on a machine that lacks
# the memmove(3) system call. If you don't know what this means, leave it