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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Nov 27 14:48:44 CET 2009


Revision: 7479
          http://gar.svn.sourceforge.net/gar/?rev=7479&view=rev
Author:   dmichelsen
Date:     2009-11-27 13:48:44 +0000 (Fri, 27 Nov 2009)

Log Message:
-----------
scummvm: Move to mGAR v2, wait for dependencies

Added Paths:
-----------
    csw/mgar/pkg/scummvm/branches/
    csw/mgar/pkg/scummvm/tags/
    csw/mgar/pkg/scummvm/tags/legacy/
    csw/mgar/pkg/scummvm/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/scummvm/trunk/legacy/

Copied: csw/mgar/pkg/scummvm/trunk/Makefile (from rev 7478, csw/mgar/pkg/xscreensaver/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/scummvm/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/scummvm/trunk/Makefile	2009-11-27 13:48:44 UTC (rev 7479)
@@ -0,0 +1,26 @@
+GARNAME = scummvm
+GARVERSION = 1.0.0
+CATEGORIES = apps
+
+DESCRIPTION = Virtual machine for several classic graphical point-and-click adventure games
+define BLURB
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+GARCOMPILER = GCC4
+
+# Custom configure
+CONFIGURE_ARGS = --prefix=$(prefix)
+CONFIGURE_ARGS += --bindir=$(bindir)
+CONFIGURE_ARGS += --mandir=$(mandir)
+CONFIGURE_ARGS += --datadir=$(datadir)
+CONFIGURE_ARGS += --libdir=$(libdir)
+CONFIGURE_ARGS += --enable-all-engines
+
+
+include gar/category.mk


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