Ticket #26038: Portfile

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