Ticket #37282: xqf.diff

File xqf.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago)
  • Portfile

     
    11# $Id$
    22
    33PortSystem 1.0
     4PortGroup       active_variants 1.1
    45
    56name            xqf
    67version         1.0.5
    7 revision        1
     8revision        2
    89categories      games
    910platforms       darwin
    1011maintainers     nomaintainer
     12license         GPL-2+
     13
    1114homepage        http://www.linuxgames.com/xqf/
    1215description     GTK+ Front-end to Qstat
    1316
     
    4245                    --enable-externalrcon \
    4346                    --disable-geoip
    4447
     48# Undefined symbols: "_get_debug_level"
     49configure.cflags-append -std=gnu89
     50
    4551post-destroot {     file mkdir ${destroot}${prefix}/share/doc/${name}
    4652                    xinstall -m 644 -v -W ${worksrcpath} \
    4753                    AUTHORS BUGS COPYING NEWS README TODO \
     
    5157                    }
    5258
    5359variant gtk2 description {Use GTK2} {       depends_lib-delete  port:gtk1 port:gdk-pixbuf
    54                     depends_lib-append  port:gtk2
     60                    depends_lib-append  port:gtk2 port:gdk-pixbuf2
     61                    require_active_variants gdk-pixbuf2 x11
    5562                    configure.args-append   --enable-gtk2
    5663                    }
    5764