Package: cgoban Version: 1.9.14 Revision: 3 BuildDepends: x11-dev, xmkmf (>= 1.0.2-3), fink (>= 0.24.12) Depends: x11 Source: mirror:sourceforge:cgoban1/%n-%v.tar.gz Source-MD5: b360bc0374a1ee8b1fa296ad1c903bde PatchFile: %n.patch PatchFile-MD5: 2d9b6b6a2e3ded7c70c706e09c08eb7e PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1 ConfigureParams: --mandir=%i/share/man CompileScript: << #!/bin/sh -ev export PATH=%p/lib/xmkmf/bin:$PATH export IMAKEINCLUDE=-I%p/lib/X11/config ./configure %c make << InstallScript: << #!/bin/sh -ev export PATH=%p/lib/xmkmf/bin:$PATH export IMAKEINCLUDE=-I%p/lib/X11/config perl -pi.bak -e '$i=qw(%i);s/\@PREFIX\@/$i/' Makefile make install prefix=%i << DocFiles: README COPYING TODO Description: X11 frontend for the game of Go DescDetail: << CGoban1 ("Complete Goban Mark 1") provides a large set of go-related services including: play go against another player, edit and view SGF files, connect to a go server over the internet, and playing against a computer go program like gnugo using the go modem protocol. << License: GPL Homepage: http://cgoban1.sourceforge.net/ Maintainer: Corey Halpin