1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gtkevemon |
---|
7 | version 99 |
---|
8 | categories games |
---|
9 | maintainers gmail.com:jameslpoter |
---|
10 | description GTK Eve-Online monitor |
---|
11 | long_description GtkEveMon is a skill monitoring standalone application \ |
---|
12 | for GNU/Linux systems. With GtkEveMon you can monitor \ |
---|
13 | your current skills and your skill training process \ |
---|
14 | without starting EVE-Online. |
---|
15 | |
---|
16 | homepage http://gtkevemon.battleclinic.com/ |
---|
17 | use_parallel_build yes |
---|
18 | worksrcdir gtkevemon |
---|
19 | |
---|
20 | depends_lib port:gtkmm port:libxml2 |
---|
21 | |
---|
22 | fetch.type svn |
---|
23 | svn.url svn://svn.battleclinic.com/GTKEVEMon/trunk/gtkevemon |
---|
24 | svn.revision ${version} |
---|
25 | |
---|
26 | destroot { |
---|
27 | xinstall -W ${worksrcpath}/src -m 755 gtkevemon ${destroot}${prefix}/bin |
---|
28 | } |
---|
29 | |
---|
30 | use_configure no |
---|
31 | |
---|
32 | platforms darwin |
---|
33 | |
---|