[82698] trunk/dports/games/freeciv/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Aug 18 11:15:24 PDT 2011


Revision: 82698
          http://trac.macports.org/changeset/82698
Author:   ryandesign at macports.org
Date:     2011-08-18 11:15:23 -0700 (Thu, 18 Aug 2011)
Log Message:
-----------
freeciv: use app portgroup to add app bundle

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

Modified: trunk/dports/games/freeciv/Portfile
===================================================================
--- trunk/dports/games/freeciv/Portfile	2011-08-18 18:02:26 UTC (rev 82697)
+++ trunk/dports/games/freeciv/Portfile	2011-08-18 18:15:23 UTC (rev 82698)
@@ -2,9 +2,11 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           app 1.0
 
 name                freeciv
 version             2.3.0
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          games
 maintainers         nomaintainer
@@ -37,6 +39,9 @@
                     --mandir=${prefix}/share/man --with-sdl-prefix=${prefix} \
                     --disable-sdltest
 
+app.executable      freeciv-sdl
+app.icon            data/icons/128x128/freeciv-client.png
+
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     freeciv-(\[0-9\.\]+).tar.bz2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110818/6990ebde/attachment.html>


More information about the macports-changes mailing list