[38914] trunk/dports/games/Gomoku/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 2 03:52:12 PDT 2008


Revision: 38914
          http://trac.macosforge.org/projects/macports/changeset/38914
Author:   ryandesign at macports.org
Date:     2008-08-02 03:52:12 -0700 (Sat, 02 Aug 2008)
Log Message:
-----------
Gomoku: use the xcode portgroup, which removes some code from the portfile and automatically supports ${applications_dir}

Modified Paths:
--------------
    trunk/dports/games/Gomoku/Portfile

Modified: trunk/dports/games/Gomoku/Portfile
===================================================================
--- trunk/dports/games/Gomoku/Portfile	2008-08-02 10:48:52 UTC (rev 38913)
+++ trunk/dports/games/Gomoku/Portfile	2008-08-02 10:52:12 UTC (rev 38914)
@@ -1,11 +1,11 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup xcode 1.0
 
 name		Gomoku
 version		1.2.6
 categories	games aqua gnustep
-platforms	darwin
 maintainers	nomaintainer
 description	extended TicTacToe game
 long_description	Gomoku.app is an extended TicTacToe game for GNUstep. \
@@ -31,8 +31,6 @@
 		patch-GomokuInfo.plist.diff \
 		patch-main.m.diff
 
-use_configure	no
-
 post-extract	{
 	file copy ${workpath}/English.lproj/MainMenu.nib \
 		${worksrcpath}/English.lproj
@@ -49,12 +47,3 @@
 	file copy ${workpath}/GNUstep.h ${workpath}/about.png \
 		${workpath}/Gomoku.pbproj ${worksrcpath}
 }
-
-build.type	pbx
-build.target
-
-destroot	{
-	file mkdir ${destroot}/Applications/MacPorts
-	file copy ${worksrcpath}/build/Default/Gomoku.app \
-		${destroot}/Applications/MacPorts
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080802/3167463f/attachment-0001.html 


More information about the macports-changes mailing list