[46647] trunk/dports/games

snc at macports.org snc at macports.org
Mon Feb 9 07:58:20 PST 2009


Revision: 46647
          http://trac.macports.org/changeset/46647
Author:   snc at macports.org
Date:     2009-02-09 07:58:20 -0800 (Mon, 09 Feb 2009)
Log Message:
-----------
created gtkevemon, ticket #18020

Added Paths:
-----------
    trunk/dports/games/gtkevemon/
    trunk/dports/games/gtkevemon/Portfile

Added: trunk/dports/games/gtkevemon/Portfile
===================================================================
--- trunk/dports/games/gtkevemon/Portfile	                        (rev 0)
+++ trunk/dports/games/gtkevemon/Portfile	2009-02-09 15:58:20 UTC (rev 46647)
@@ -0,0 +1,48 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                gtkevemon
+version             82
+categories          games
+maintainers         mellon85 at gmail.com
+description         GTK Eve-Online monitor
+long_description    GtkEveMon is a skill monitoring standalone application \
+                    for GNU/Linux systems. With GtkEveMon you can monitor \
+                    your current skills and your skill training process \
+                    without starting EVE-Online. \
+
+homepage            http://gtkevemon.battleclinic.com/
+use_parallel_build  yes
+worksrcdir          gtkevemon
+master_sites
+distfiles
+
+depends_build       bin:svn:subversion
+
+depends_lib         port:gtkmm port:libxml2
+
+pre-fetch {
+    if {[file isdirectory ${workpath}/gtkevemon]} {
+        if {![file isdirectory ${workpath}/gtkevemon/.svn]} {
+            file delete -force ${workpath}/gtkevemon
+        }
+    }
+}
+
+fetch {
+    system "cd ${workpath} && svn co -r${version} svn://gtkevemon.battleclinic.com/GTKEVEMon/trunk/gtkevemon"
+}
+
+destroot {
+    file mkdir ${destroot}
+    file mkdir ${destroot}${prefix}/bin
+    file copy ${worksrcpath}/src/gtkevemon ${destroot}${prefix}/bin/gtkevemon
+}
+
+extract             {}
+use_configure       no
+
+platforms           darwin
+


Property changes on: trunk/dports/games/gtkevemon/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090209/b42c8401/attachment-0001.html>


More information about the macports-changes mailing list