Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/games
In directory usw-pr-cvs1:/tmp/cvs-serv8153
Added Files:
xfrisk-1.2-2.info xfrisk-1.2-2.patch
Removed Files:
xfrisk-1.2-1.info xfrisk-1.2-1.patch
Log Message:
Depending on xaw3d. Could be patched so that's not needed, but waiting to resolve
Jaguar issues first.
--- NEW FILE: xfrisk-1.2-2.info ---
Package: xfrisk
Version: 1.2
Revision: 2
Description: Computer version of the Risk boardgame
License: GPL
Maintainer: Dave Vasilevsky <[EMAIL PROTECTED]>
Depends: x11, xaw3d
Source: http://morphy.iki.fi/%n/files/%n-%v.tar.gz
SourceDirectory: XFrisk
PatchScript: sed 's,@DESTDIR@,%d,g;s,@PREFIX@,%p,g' %a/%f.patch | patch -p1
CompileScript: make
InstallScript: make install
DocFiles: COPYING BUGS README.NEW TODO FAQ INSTALL ChangeLog
Homepage: http://morphy.iki.fi/xfrisk
DescDetail: <<
XFrisk is a computer version of the classic Risk board game. It is a multiplayer game
played
on a TCP/IP network, uses the X11 window system for graphics and runs on most UNIX and
UNIX-like platforms.
XFrisk was originally developed by Elan Feingold, with numerous bug fixes and comments
from
various people. Eventually he ran out of time for continuing the project and in 1999
it was
transferred to a loose group of people hanging out at the IRCNet #linux channel. As
version
1.1 had never been officially released but something like it had been created after
version
1.0, the next version with numerous updates was released as 1.2
Please visit the website for further documentation.
<<
--- NEW FILE: xfrisk-1.2-2.patch ---
diff -Naur XFrisk/Makefile XFrisk-new/Makefile
--- XFrisk/Makefile 2000-01-23 14:01:55.000000000 -0500
+++ XFrisk-new/Makefile 2002-07-29 16:01:35.000000000 -0400
@@ -54,8 +54,8 @@
####################
# C compiler options
-# GNU gcc is recommended.
-CC=gcc
+# GNU cc is recommended.
+CC=cc
# Use these with gcc
CFLAGS=-g -Wall -W -fno-common -pedantic
@@ -81,7 +81,8 @@
## Installation prefix
# Adjust to taste. Stuff gets installed here.
-PREFIX=/usr/local
+PREFIX=@PREFIX@
+DESTDIR=@DESTDIR@
#PREFIX=/usr/local/X11
## X11 location and options
@@ -208,16 +209,16 @@
$(RANLIB) $@
install: all
- -(umask 022; mkdir -p -m755 $(LIBDIR) $(BINDIR) $(APPLOADDIR))
- $(INSTALL_DATA) $(MAP) $(LIBDIR)
- $(INSTALL_DATA) $(COUNTRY) $(LIBDIR)
- $(INSTALL_DATA) $(HELP) $(LIBDIR)
- $(INSTALL_BIN) risk $(BINDIR)
- $(INSTALL_BIN) xfrisk $(BINDIR)
- $(INSTALL_BIN) friskserver $(BINDIR)
- $(INSTALL_BIN) aiDummy $(BINDIR)
- $(INSTALL_BIN) aiConway $(BINDIR)
- $(INSTALL_BIN) aiColson $(BINDIR)
+ -(umask 022; mkdir -p -m755 $(DESTDIR)/$(LIBDIR) $(DESTDIR)/$(BINDIR)
+$(APPLOADDIR))
+ $(INSTALL_DATA) $(MAP) $(DESTDIR)/$(LIBDIR)
+ $(INSTALL_DATA) $(COUNTRY) $(DESTDIR)/$(LIBDIR)
+ $(INSTALL_DATA) $(HELP) $(DESTDIR)/$(LIBDIR)
+ $(INSTALL_BIN) risk $(DESTDIR)/$(BINDIR)
+ $(INSTALL_BIN) xfrisk $(DESTDIR)/$(BINDIR)
+ $(INSTALL_BIN) friskserver $(DESTDIR)/$(BINDIR)
+ $(INSTALL_BIN) aiDummy $(DESTDIR)/$(BINDIR)
+ $(INSTALL_BIN) aiConway $(DESTDIR)/$(BINDIR)
+ $(INSTALL_BIN) aiColson $(DESTDIR)/$(BINDIR)
# Other targets
--- xfrisk-1.2-1.info DELETED ---
--- xfrisk-1.2-1.patch DELETED ---
-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits