Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/games
In directory sc8-pr-cvs1:/tmp/cvs-serv18428
Added Files:
xfrisk-1.2-4.info xfrisk-1.2-4.patch
Removed Files:
xfrisk-1.2-2.info xfrisk-1.2-2.patch xfrisk-1.2-3.info
xfrisk-1.2-3.patch
Log Message:
Fixed linking problem with recent xaw3d.
--- NEW FILE: xfrisk-1.2-4.info ---
Package: xfrisk
Version: 1.2
Revision: 4
Description: Computer version of the Risk boardgame
License: GPL
Maintainer: Dave Vasilevsky <[EMAIL PROTECTED]>
BuildDepends: dlcompat-dev, xaw3d (>= 1.5-5)
Depends: x11, xaw3d-shlibs (>= 1.5-5)
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-4.patch ---
diff -Naur XFrisk/Makefile XFrisk-new/Makefile
--- XFrisk/Makefile Sun Jan 23 14:01:55 2000
+++ XFrisk-new/Makefile Mon Nov 25 20:11:18 2002
@@ -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
@@ -95,7 +96,7 @@
#XAW=Xaw
XAW=Xaw3d
-XLIBS=-L$(XDIR)/lib -l$(XAW) -lXext -lXmu -lXt -lSM -lICE -lX11
+XLIBS=-L$(XDIR)/lib -L$(PREFIX)/lib -l$(XAW) -lXext -lXmu -lXt -lSM -lICE -lX11
XINC=-I$(XDIR)/include
CFLAGS+=$(XINC)
@@ -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-2.info DELETED ---
--- xfrisk-1.2-2.patch DELETED ---
--- xfrisk-1.2-3.info DELETED ---
--- xfrisk-1.2-3.patch DELETED ---
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T
handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits