[csw-devel] SF.net SVN: gar:[7283] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Nov 14 18:36:54 CET 2009


Revision: 7283
          http://gar.svn.sourceforge.net/gar/?rev=7283&view=rev
Author:   dmichelsen
Date:     2009-11-14 17:36:54 +0000 (Sat, 14 Nov 2009)

Log Message:
-----------
xboard: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/xboard/
    csw/mgar/pkg/xboard/branches/
    csw/mgar/pkg/xboard/tags/
    csw/mgar/pkg/xboard/trunk/
    csw/mgar/pkg/xboard/trunk/Makefile
    csw/mgar/pkg/xboard/trunk/checksums
    csw/mgar/pkg/xboard/trunk/files/


Property changes on: csw/mgar/pkg/xboard/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/xboard/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xboard/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xboard/trunk/Makefile	2009-11-14 17:36:54 UTC (rev 7283)
@@ -0,0 +1,28 @@
+GARNAME = xboard
+GARVERSION = 4.4.1
+CATEGORIES = apps
+
+DESCRIPTION = X graphical chessboard
+define BLURB
+  XBoard is a graphical user interface for chess in all its major forms,
+  including international chess, xiangqi (Chinese chess) and shogi (Japanese chess),
+  in addition to many minor variants such as Losers Chess, Crazyhouse, Chess960 and
+  Capabanca Chess. It displays a chessboard on the screen, accepts moves made with
+  the mouse, and loads and saves games in Portable Game Notation (PGN).
+endef
+
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+EXTRA_INC = $(prefix)/X11/include
+EXTRA_LIB = $(prefix)/X11/lib
+EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
+
+EXTRA_LDFLAGS = -lm /usr/openwin/lib/libXext.so
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk

Added: csw/mgar/pkg/xboard/trunk/checksums
===================================================================
--- csw/mgar/pkg/xboard/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/xboard/trunk/checksums	2009-11-14 17:36:54 UTC (rev 7283)
@@ -0,0 +1 @@
+4623a83fdd43f410bfcc8a20e2eb1474  xboard-4.4.1.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list