1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name gtkevemon |
---|
4 | version 80 |
---|
5 | revision 0 |
---|
6 | categories games |
---|
7 | maintainers mellon85@gmail.com |
---|
8 | description GTK Eve-Online monitor |
---|
9 | long_description GtkEveMon is a skill monitoring standalone application \ |
---|
10 | for GNU/Linux systems. With GtkEveMon you can monitor \ |
---|
11 | your current skills and your skill training process \ |
---|
12 | without starting EVE-Online. \ |
---|
13 | |
---|
14 | homepage http://gtkevemon.battleclinic.com/ |
---|
15 | use_parallel_build yes |
---|
16 | worksrcdir gtkevemon |
---|
17 | master_sites |
---|
18 | distfiles |
---|
19 | |
---|
20 | depends_build bin:svn:subversion |
---|
21 | |
---|
22 | depends_lib port:gtkmm port:libxml2 |
---|
23 | |
---|
24 | pre-fetch { |
---|
25 | if {[file isdirectory ${workpath}/gtkevemon]} { |
---|
26 | if {![file isdirectory ${workpath}/gtkevemon/.svn]} { |
---|
27 | file delete -force ${workpath}/gtkevemon |
---|
28 | } |
---|
29 | } |
---|
30 | } |
---|
31 | |
---|
32 | fetch { |
---|
33 | system "cd ${workpath} && svn co -r${version} svn://gtkevemon.battleclinic.com/GTKEVEMon/trunk/gtkevemon" |
---|
34 | } |
---|
35 | |
---|
36 | destroot { |
---|
37 | file mkdir ${destroot} |
---|
38 | file mkdir ${destroot}${prefix}/bin |
---|
39 | file copy ${worksrcpath}/src/gtkevemon ${destroot}${prefix}/bin/gtkevemon |
---|
40 | } |
---|
41 | |
---|
42 | extract {} |
---|
43 | configure {} |
---|
44 | |
---|
45 | platforms darwin |
---|
46 | |
---|