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 | name gonstruct |
---|
6 | version 0.2.3 |
---|
7 | categories games |
---|
8 | maintainers experts-exchange.com:pphillips |
---|
9 | description Level Editor for GraalOnline |
---|
10 | homepage http://londeroth.org/~fry/gonstruct/ |
---|
11 | platforms darwin |
---|
12 | long_description An unoffical level editor replacement for the online game Graal |
---|
13 | fetch.type git |
---|
14 | git.url http://github.com/fry/graal-gonstruct.git |
---|
15 | git.branch e9b9148a9c0b3fcc1b16 |
---|
16 | depends_lib port:gtkmm port:gtksourceview2 port:gtkglarea2 port:boost |
---|
17 | depends_build port:ruby port:cmake |
---|
18 | configure.cmd cmake |
---|
19 | configure.args . |
---|
20 | destroot { |
---|
21 | xinstall -m 755 -d ${destroot}${prefix}/bin |
---|
22 | xinstall -m 755 ${worksrcpath}/src/level_editor/gonstruct ${destroot}${prefix}/bin |
---|
23 | } |
---|