# $Id: Portfile,v 1.2 2003/03/03 06:31:23 mij Exp $ PortSystem 1.0 name xboard version 4.2.6 revision 0 categories games maintainers jpm@opendarwin.org description X frontend for Crafty, GNUChess, Internet Chess Servers, or e-mail chess long_description \ Xboard is a graphical chessboard that can serve as a user interface \ for Crafty, GNU Chess, for Internet Chess Servers, or for electronic \ mail correspondence chess. xboard can also be used by itself. homepage http://www.tim-mann.org/xboard.html platforms darwin master_sites \ http://mirrors.kernel.org/gnu/xboard/ checksums md5 1d6e38c61277eed6ad7af352586b37d5 depends_lib lib:libX11.6:XFree86 lib:libfreetype.6:freetype install.destroot prefix=${destroot}${prefix} variant darwin { pre-configure { file copy -force /usr/share/libtool/config.guess ${worksrcpath}/ file copy -force /usr/share/libtool/config.sub ${worksrcpath}/ } configure.env CPPFLAGS=-no-cpp-precomp }