[50131] trunk/dports/games

afb at macports.org afb at macports.org
Sun Apr 26 01:27:49 PDT 2009


Revision: 50131
          http://trac.macports.org/changeset/50131
Author:   afb at macports.org
Date:     2009-04-26 01:27:49 -0700 (Sun, 26 Apr 2009)
Log Message:
-----------
new port: flobopuyo 0.20

Added Paths:
-----------
    trunk/dports/games/flobopuyo/
    trunk/dports/games/flobopuyo/Portfile
    trunk/dports/games/flobopuyo/files/
    trunk/dports/games/flobopuyo/files/patch-Makefile

Added: trunk/dports/games/flobopuyo/Portfile
===================================================================
--- trunk/dports/games/flobopuyo/Portfile	                        (rev 0)
+++ trunk/dports/games/flobopuyo/Portfile	2009-04-26 08:27:49 UTC (rev 50131)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem	1.0
+
+name		flobopuyo
+categories	games
+version		0.20
+platforms	darwin
+maintainers	afb at macports.org openmaintainer
+
+description	FloboPuyo
+long_description	Clone of the famous PuyoPuyo.
+
+homepage	http://www.ios-software.com/?page=projet&quoi=29
+master_sites	http://www.ios-software.com/flobopuyo/
+checksums	md5 88961898c9dd48b60464f6f10f695b8b \
+		sha1 c63c7b8ec6513ef43282474b0c13ef07dd82a96c \
+		rmd160 377398faf660c74211fcc7b111d945aa308f590e
+extract.suffix	.tgz
+
+depends_lib	port:libsdl port:libsdl_image port:libsdl_mixer
+use_configure	no
+
+# Makefile "knows" that all Darwin programs live in app bundles
+patchfiles	patch-Makefile
+
+build.args	PREFIX=${prefix}
+destroot.args	PREFIX=${prefix} INSTALL_BINDIR='${destroot}${prefix}/bin'


Property changes on: trunk/dports/games/flobopuyo/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/games/flobopuyo/files/patch-Makefile
===================================================================
--- trunk/dports/games/flobopuyo/files/patch-Makefile	                        (rev 0)
+++ trunk/dports/games/flobopuyo/files/patch-Makefile	2009-04-26 08:27:49 UTC (rev 50131)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2004-10-09 00:41:12.000000000 +0200
++++ Makefile	2009-04-26 10:13:47.000000000 +0200
+@@ -71,7 +71,7 @@
+ ################
+ # Mac OS X
+ ifeq ($(PLATFORM), Darwin)
+-CFLAGS:=$(CFLAGS) -DMACOSX -UDATADIR
++CFLAGS:=$(CFLAGS) -DMACOSX
+ endif
+ 
+ ################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090426/19d956c3/attachment.html>


More information about the macports-changes mailing list