Ticket #37282: xqf.diff
File xqf.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup active_variants 1.1 4 5 5 6 name xqf 6 7 version 1.0.5 7 revision 18 revision 2 8 9 categories games 9 10 platforms darwin 10 11 maintainers nomaintainer 12 license GPL-2+ 13 11 14 homepage http://www.linuxgames.com/xqf/ 12 15 description GTK+ Front-end to Qstat 13 16 … … 42 45 --enable-externalrcon \ 43 46 --disable-geoip 44 47 48 # Undefined symbols: "_get_debug_level" 49 configure.cflags-append -std=gnu89 50 45 51 post-destroot { file mkdir ${destroot}${prefix}/share/doc/${name} 46 52 xinstall -m 644 -v -W ${worksrcpath} \ 47 53 AUTHORS BUGS COPYING NEWS README TODO \ … … 51 57 } 52 58 53 59 variant 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 55 62 configure.args-append --enable-gtk2 56 63 } 57 64