Ticket #30182: Portfile

File Portfile, 1.0 KB (added by mellon85@…, 13 years ago)
Line 
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
4PortSystem          1.0
5
6name                gtkevemon
7version             99
8categories          games
9maintainers         gmail.com:jameslpoter
10description         GTK Eve-Online monitor
11long_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
16homepage            http://gtkevemon.battleclinic.com/
17use_parallel_build  yes
18worksrcdir          gtkevemon
19
20depends_lib         port:gtkmm port:libxml2
21
22fetch.type          svn
23svn.url             svn://svn.battleclinic.com/GTKEVEMon/trunk/gtkevemon
24svn.revision        ${version}
25
26destroot {
27    xinstall -W ${worksrcpath}/src -m 755 gtkevemon ${destroot}${prefix}/bin
28}
29
30use_configure       no
31
32platforms           darwin
33