Date: Sat, 16 Nov 2013 01:28:39 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333961 - head/games/xtux Message-ID: <201311160128.rAG1SdRa070556@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sat Nov 16 01:28:38 2013 New Revision: 333961 URL: http://svnweb.freebsd.org/changeset/ports/333961 Log: - Convert USE_GMAKE to USES - Add DOCS option - Use %%DATADIR%% in pkg-plist - Add stage support Modified: head/games/xtux/Makefile head/games/xtux/pkg-plist Modified: head/games/xtux/Makefile ============================================================================== --- head/games/xtux/Makefile Sat Nov 16 01:21:57 2013 (r333960) +++ head/games/xtux/Makefile Sat Nov 16 01:28:38 2013 (r333961) @@ -14,12 +14,13 @@ COMMENT= Humorous Arcade game for X WRKSRC= ${WRKDIR}/${PORTNAME} USE_XORG= xpm -USE_GMAKE= yes +USES= gmake MAKE_ENV= CPP="${CC} -E" CFLAGS+= -DDATADIR=\\\"${DATADIR}\\\" -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + post-patch: @${FIND} ${WRKSRC}/src -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^CC|#CC|g ; \ @@ -29,32 +30,30 @@ post-patch: s|/usr/X11R6|$${LOCALBASE}|g' do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xtux ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tux_serv ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xtux ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/tux_serv ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${DATADIR}/demos - @${MKDIR} ${DATADIR}/images/entities - @${MKDIR} ${DATADIR}/images/events - @${MKDIR} ${DATADIR}/images/items - @${MKDIR} ${DATADIR}/images/weapons - @${MKDIR} ${DATADIR}/images/tiles - @${MKDIR} ${DATADIR}/maps + @${MKDIR} ${STAGEDIR}${DATADIR}/demos + @${MKDIR} ${STAGEDIR}${DATADIR}/images/entities + @${MKDIR} ${STAGEDIR}${DATADIR}/images/events + @${MKDIR} ${STAGEDIR}${DATADIR}/images/items + @${MKDIR} ${STAGEDIR}${DATADIR}/images/weapons + @${MKDIR} ${STAGEDIR}${DATADIR}/images/tiles + @${MKDIR} ${STAGEDIR}${DATADIR}/maps - ${INSTALL_DATA} ${WRKSRC}/data/*.table ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/data/*.table ${STAGEDIR}${DATADIR} .for file in ascii.txt bios entities weapons - ${INSTALL_DATA} ${WRKSRC}/data/${file} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/data/${file} ${STAGEDIR}${DATADIR} .endfor .for dir in entities events items weapons tiles . ${INSTALL_DATA} ${WRKSRC}/data/images/${dir}/*.xpm \ - ${DATADIR}/images/${dir} + ${STAGEDIR}${DATADIR}/images/${dir} .endfor - ${INSTALL_DATA} ${WRKSRC}/data/demos/*.xtdem ${DATADIR}/demos - ${INSTALL_DATA} ${WRKSRC}/data/maps/*.map ${DATADIR}/maps + ${INSTALL_DATA} ${WRKSRC}/data/demos/*.xtdem ${STAGEDIR}${DATADIR}/demos + ${INSTALL_DATA} ${WRKSRC}/data/maps/*.map ${STAGEDIR}${DATADIR}/maps -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> Modified: head/games/xtux/pkg-plist ============================================================================== --- head/games/xtux/pkg-plist Sat Nov 16 01:21:57 2013 (r333960) +++ head/games/xtux/pkg-plist Sat Nov 16 01:28:38 2013 (r333961) @@ -5,574 +5,574 @@ bin/xtux %%PORTDOCS%%%%DOCSDIR%%/mapformat %%PORTDOCS%%%%DOCSDIR%%/weapons %%PORTDOCS%%%%DOCSDIR%%/README -share/xtux/ascii.txt -share/xtux/bios -share/xtux/default.table -share/xtux/demos/bug.xtdem -share/xtux/demos/quigley.xtdem -share/xtux/demos/run.xtdem -share/xtux/demos/slash.xtdem -share/xtux/desktop.table -share/xtux/entities -share/xtux/generic.table -share/xtux/images/bloodspot.xpm -share/xtux/images/blueprint.xpm -share/xtux/images/crosshair.xpm -share/xtux/images/entities/borg.xpm -share/xtux/images/entities/borg_die.xpm -share/xtux/images/entities/bsd.xpm -share/xtux/images/entities/bsd_die.xpm -share/xtux/images/entities/bug.xpm -share/xtux/images/entities/bunny.xpm -share/xtux/images/entities/bunny_groom.xpm -share/xtux/images/entities/cd.xpm -share/xtux/images/entities/cd_die.xpm -share/xtux/images/entities/clippy.xpm -share/xtux/images/entities/clippy_die.xpm -share/xtux/images/entities/cobol.xpm -share/xtux/images/entities/cobol_die.xpm -share/xtux/images/entities/duckboy.xpm -share/xtux/images/entities/duckboy_die.xpm -share/xtux/images/entities/duke.xpm -share/xtux/images/entities/duke_die.xpm -share/xtux/images/entities/fireball.xpm -share/xtux/images/entities/fireball_die.xpm -share/xtux/images/entities/flamer.xpm -share/xtux/images/entities/flamer_die.xpm -share/xtux/images/entities/gates.xpm -share/xtux/images/entities/gates_die.xpm -share/xtux/images/entities/gnome.xpm -share/xtux/images/entities/gnome_die.xpm -share/xtux/images/entities/gnu.xpm -share/xtux/images/entities/gnu_die.xpm -share/xtux/images/entities/gown.xpm -share/xtux/images/entities/kde.xpm -share/xtux/images/entities/kde_die.xpm -share/xtux/images/entities/linus.xpm -share/xtux/images/entities/linus_die.xpm -share/xtux/images/entities/mscp.xpm -share/xtux/images/entities/mscp_die.xpm -share/xtux/images/entities/rms.xpm -share/xtux/images/entities/rocket_small.xpm -share/xtux/images/entities/shadowman.xpm -share/xtux/images/entities/shadowman_die.xpm -share/xtux/images/entities/suse.xpm -share/xtux/images/entities/suse_die.xpm -share/xtux/images/entities/tie.xpm -share/xtux/images/entities/tie_die.xpm -share/xtux/images/entities/troll.xpm -share/xtux/images/entities/troll_die.xpm -share/xtux/images/entities/tux.xpm -share/xtux/images/entities/tux_die.xpm -share/xtux/images/entities/vi.xpm -share/xtux/images/entities/vi_die.xpm -share/xtux/images/entities/wde_box.xpm -share/xtux/images/entities/zombie.xpm -share/xtux/images/entities/zombie_die.xpm -share/xtux/images/events/dodgy_door.xpm -share/xtux/images/events/email.xpm -share/xtux/images/events/information.xpm -share/xtux/images/events/newspaper.xpm -share/xtux/images/events/oldsteam.xpm -share/xtux/images/events/scullandcrossbones.xpm -share/xtux/images/events/steam.xpm -share/xtux/images/events/switch_off.xpm -share/xtux/images/events/switch_on.xpm -share/xtux/images/hand.xpm -share/xtux/images/healthbar.xpm -share/xtux/images/icon.xpm -share/xtux/images/image_not_found.xpm -share/xtux/images/items/badcan.xpm -share/xtux/images/items/battery.xpm -share/xtux/images/items/bitrot.xpm -share/xtux/images/items/blind_glasses.xpm -share/xtux/images/items/bullets.xpm -share/xtux/images/items/can.xpm -share/xtux/images/items/carrot.xpm -share/xtux/images/items/dewcan.xpm -share/xtux/images/items/disk.xpm -share/xtux/images/items/e.xpm -share/xtux/images/items/energy.xpm -share/xtux/images/items/explosives.xpm -share/xtux/images/items/firewall.xpm -share/xtux/images/items/natalie_portman.xpm -share/xtux/images/items/nodoze.xpm -share/xtux/images/items/nuke_crate.xpm -share/xtux/images/items/patent.xpm -share/xtux/images/items/pizzabox.xpm -share/xtux/images/items/random.xpm -share/xtux/images/items/rocket.xpm -share/xtux/images/items/shells.xpm -share/xtux/images/items/slugs.xpm -share/xtux/images/items/smp.xpm -share/xtux/images/items/spoon.xpm -share/xtux/images/items/tightarse.xpm -share/xtux/images/old-hand.xpm -share/xtux/images/paper.xpm -share/xtux/images/tiles/admission_gate.xpm -share/xtux/images/tiles/aircon.xpm -share/xtux/images/tiles/aircon_h.xpm -share/xtux/images/tiles/aircon_v.xpm -share/xtux/images/tiles/ash.xpm -share/xtux/images/tiles/bad_tile.xpm -share/xtux/images/tiles/bar.xpm -share/xtux/images/tiles/bar_arrow.xpm -share/xtux/images/tiles/bar_choose.xpm -share/xtux/images/tiles/bar_e.xpm -share/xtux/images/tiles/bar_grey_e.xpm -share/xtux/images/tiles/bar_grey_h.xpm -share/xtux/images/tiles/bar_grey_w.xpm -share/xtux/images/tiles/bar_icon_folder.xpm -share/xtux/images/tiles/bar_icon_tools.xpm -share/xtux/images/tiles/bar_icon_windows.xpm -share/xtux/images/tiles/bar_w.xpm -share/xtux/images/tiles/barrier.xpm -share/xtux/images/tiles/basin_e.xpm -share/xtux/images/tiles/basin_e_b.xpm -share/xtux/images/tiles/basin_w.xpm -share/xtux/images/tiles/basin_w_b.xpm -share/xtux/images/tiles/bath.xpm -share/xtux/images/tiles/bath1.xpm -share/xtux/images/tiles/bath1_b.xpm -share/xtux/images/tiles/bath_b.xpm -share/xtux/images/tiles/bath_tile.xpm -share/xtux/images/tiles/bed.xpm -share/xtux/images/tiles/bed1.xpm -share/xtux/images/tiles/bed1_b.xpm -share/xtux/images/tiles/bed_b.xpm -share/xtux/images/tiles/bed_n.xpm -share/xtux/images/tiles/bed_s.xpm -share/xtux/images/tiles/black.xpm -share/xtux/images/tiles/blank.xpm -share/xtux/images/tiles/block_e.xpm -share/xtux/images/tiles/block_m.xpm -share/xtux/images/tiles/block_n.xpm -share/xtux/images/tiles/block_ne.xpm -share/xtux/images/tiles/block_nw.xpm -share/xtux/images/tiles/block_s.xpm -share/xtux/images/tiles/block_se.xpm -share/xtux/images/tiles/block_sw.xpm -share/xtux/images/tiles/block_w.xpm -share/xtux/images/tiles/bmark.xpm -share/xtux/images/tiles/boiler_e.xpm -share/xtux/images/tiles/boiler_w.xpm -share/xtux/images/tiles/booth_n.xpm -share/xtux/images/tiles/booth_s.xpm -share/xtux/images/tiles/border_e.xpm -share/xtux/images/tiles/border_e_bar.xpm -share/xtux/images/tiles/border_n.xpm -share/xtux/images/tiles/border_ne.xpm -share/xtux/images/tiles/border_nne.xpm -share/xtux/images/tiles/border_nnw.xpm -share/xtux/images/tiles/border_noscroll_e.xpm -share/xtux/images/tiles/border_noscroll_w.xpm -share/xtux/images/tiles/border_nw.xpm -share/xtux/images/tiles/border_s.xpm -share/xtux/images/tiles/border_se.xpm -share/xtux/images/tiles/border_sse.xpm -share/xtux/images/tiles/border_ssw.xpm -share/xtux/images/tiles/border_sw.xpm -share/xtux/images/tiles/border_w.xpm -share/xtux/images/tiles/border_w_bar.xpm -share/xtux/images/tiles/box_grey_n.xpm -share/xtux/images/tiles/box_grey_v.xpm -share/xtux/images/tiles/brick.xpm -share/xtux/images/tiles/button_power.xpm -share/xtux/images/tiles/cabinet_double.xpm -share/xtux/images/tiles/cabinet_w_yellow.xpm -share/xtux/images/tiles/cabinet_yellow.xpm -share/xtux/images/tiles/carpet.xpm -share/xtux/images/tiles/carpet_blue.xpm -share/xtux/images/tiles/carpet_blue_e.xpm -share/xtux/images/tiles/carpet_grey.xpm -share/xtux/images/tiles/carpet_light.xpm -share/xtux/images/tiles/carpet_light_e.xpm -share/xtux/images/tiles/carpet_light_w.xpm -share/xtux/images/tiles/carpet_purple.xpm -share/xtux/images/tiles/carpet_red.xpm -share/xtux/images/tiles/carpet_red_e.xpm -share/xtux/images/tiles/cdrom.xpm -share/xtux/images/tiles/chair.xpm -share/xtux/images/tiles/chair_b.xpm -share/xtux/images/tiles/chair_foldup.xpm -share/xtux/images/tiles/chair_foldup_b.xpm -share/xtux/images/tiles/chair_foldup_e.xpm -share/xtux/images/tiles/chair_foldup_n.xpm -share/xtux/images/tiles/chair_foldup_s.xpm -share/xtux/images/tiles/chair_wheel.xpm -share/xtux/images/tiles/chair_wheel_b.xpm -share/xtux/images/tiles/chair_wire.xpm -share/xtux/images/tiles/chair_wire2.xpm -share/xtux/images/tiles/chord_black.xpm -share/xtux/images/tiles/circle_yellow.xpm -share/xtux/images/tiles/computer_w.xpm -share/xtux/images/tiles/concrete.xpm -share/xtux/images/tiles/conveyer_belt.xpm -share/xtux/images/tiles/couch_e.xpm -share/xtux/images/tiles/couch_e_b.xpm -share/xtux/images/tiles/couch_w.xpm -share/xtux/images/tiles/couch_w_b.xpm -share/xtux/images/tiles/crazy_jim.xpm -share/xtux/images/tiles/cubicle_e.xpm -share/xtux/images/tiles/cubicle_h.xpm -share/xtux/images/tiles/cubicle_ne.xpm -share/xtux/images/tiles/cubicle_nw.xpm -share/xtux/images/tiles/cubicle_sw.xpm -share/xtux/images/tiles/cubicle_w.xpm -share/xtux/images/tiles/cupboard_electric.xpm -share/xtux/images/tiles/cupboard_electric_n.xpm -share/xtux/images/tiles/cupboard_electric_s.xpm -share/xtux/images/tiles/desk.xpm -share/xtux/images/tiles/desk_b.xpm -share/xtux/images/tiles/desk_makeup.xpm -share/xtux/images/tiles/desk_vip_b.xpm -share/xtux/images/tiles/desk_work.xpm -share/xtux/images/tiles/desk_work_b.xpm -share/xtux/images/tiles/dirt.xpm -share/xtux/images/tiles/door_authorized.xpm -share/xtux/images/tiles/door_automatic.xpm -share/xtux/images/tiles/door_glass.xpm -share/xtux/images/tiles/door_plain.xpm -share/xtux/images/tiles/door_roller_white.xpm -share/xtux/images/tiles/door_star.xpm -share/xtux/images/tiles/drain.xpm -share/xtux/images/tiles/drawers.xpm -share/xtux/images/tiles/drawers_b.xpm -share/xtux/images/tiles/eletric_panel.xpm -share/xtux/images/tiles/fan.xpm -share/xtux/images/tiles/fan1.xpm -share/xtux/images/tiles/fence_wood_green_l.xpm -share/xtux/images/tiles/fence_wood_green_u.xpm -share/xtux/images/tiles/fence_wood_l.xpm -share/xtux/images/tiles/fence_wood_u.xpm -share/xtux/images/tiles/fire_extinguisher.xpm -share/xtux/images/tiles/fire_extinguisher_small.xpm -share/xtux/images/tiles/floppy.xpm -share/xtux/images/tiles/folder.xpm -share/xtux/images/tiles/fridge.xpm -share/xtux/images/tiles/fridge1.xpm -share/xtux/images/tiles/fridge1_b.xpm -share/xtux/images/tiles/future_knight_0.xpm -share/xtux/images/tiles/future_knight_1.xpm -share/xtux/images/tiles/future_knight_2.xpm -share/xtux/images/tiles/future_knight_3.xpm -share/xtux/images/tiles/gb_bott.xpm -share/xtux/images/tiles/gb_top.xpm -share/xtux/images/tiles/gpathh.xpm -share/xtux/images/tiles/gpathv.xpm -share/xtux/images/tiles/grain_dark.xpm -share/xtux/images/tiles/grass.xpm -share/xtux/images/tiles/grass1.xpm -share/xtux/images/tiles/grass_rough.xpm -share/xtux/images/tiles/green.xpm -share/xtux/images/tiles/greenbase.xpm -share/xtux/images/tiles/grey_light.xpm -share/xtux/images/tiles/grey_light_w.xpm -share/xtux/images/tiles/guard_rail_e.xpm -share/xtux/images/tiles/guard_rail_h.xpm -share/xtux/images/tiles/guard_rail_n.xpm -share/xtux/images/tiles/guard_rail_s.xpm -share/xtux/images/tiles/guard_rail_w.xpm -share/xtux/images/tiles/h2o.xpm -share/xtux/images/tiles/h2o1.xpm -share/xtux/images/tiles/handle_grey.xpm -share/xtux/images/tiles/hilight_n.xpm -share/xtux/images/tiles/hilight_s.xpm -share/xtux/images/tiles/ice.xpm -share/xtux/images/tiles/jack0.xpm -share/xtux/images/tiles/jack1.xpm -share/xtux/images/tiles/jack2.xpm -share/xtux/images/tiles/kbench.xpm -share/xtux/images/tiles/kend.xpm -share/xtux/images/tiles/kitchen_bench_h.xpm -share/xtux/images/tiles/kitchen_bench_n.xpm -share/xtux/images/tiles/kitchen_bench_s.xpm -share/xtux/images/tiles/kitchen_bench_v.xpm -share/xtux/images/tiles/kitchen_sink.xpm -share/xtux/images/tiles/ladder_metal.xpm -share/xtux/images/tiles/lightgrey.xpm -share/xtux/images/tiles/line_dotted_h.xpm -share/xtux/images/tiles/line_dotted_v.xpm -share/xtux/images/tiles/line_grey_h.xpm -share/xtux/images/tiles/line_h.xpm -share/xtux/images/tiles/line_v.xpm -share/xtux/images/tiles/logo_wwt.xpm -share/xtux/images/tiles/manhole_open.xpm -share/xtux/images/tiles/marble.xpm -share/xtux/images/tiles/marble1.xpm -share/xtux/images/tiles/mat.xpm -share/xtux/images/tiles/mat_e.xpm -share/xtux/images/tiles/mat_n.xpm -share/xtux/images/tiles/mat_ne.xpm -share/xtux/images/tiles/mat_nw.xpm -share/xtux/images/tiles/mat_s.xpm -share/xtux/images/tiles/mat_se.xpm -share/xtux/images/tiles/mat_sw.xpm -share/xtux/images/tiles/mat_w.xpm -share/xtux/images/tiles/menu_e.xpm -share/xtux/images/tiles/menu_e_0.xpm -share/xtux/images/tiles/menu_e_1.xpm -share/xtux/images/tiles/menu_high_e.xpm -share/xtux/images/tiles/menu_high_e_0.xpm -share/xtux/images/tiles/menu_high_e_1.xpm -share/xtux/images/tiles/menu_high_w.xpm -share/xtux/images/tiles/menu_high_w_0.xpm -share/xtux/images/tiles/menu_high_w_1.xpm -share/xtux/images/tiles/menu_ne.xpm -share/xtux/images/tiles/menu_nw.xpm -share/xtux/images/tiles/menu_se.xpm -share/xtux/images/tiles/menu_sw.xpm -share/xtux/images/tiles/menu_w.xpm -share/xtux/images/tiles/menu_w_0.xpm -share/xtux/images/tiles/menu_w_1.xpm -share/xtux/images/tiles/metal_grate.xpm -share/xtux/images/tiles/metal_guard_rail.xpm -share/xtux/images/tiles/mic.xpm -share/xtux/images/tiles/monitors.xpm -share/xtux/images/tiles/mop.xpm -share/xtux/images/tiles/mop_b.xpm -share/xtux/images/tiles/msn.xpm -share/xtux/images/tiles/mugs.xpm -share/xtux/images/tiles/netscape.xpm -share/xtux/images/tiles/pad.xpm -share/xtux/images/tiles/palm.xpm -share/xtux/images/tiles/panel.xpm -share/xtux/images/tiles/panel_electric.xpm -share/xtux/images/tiles/pc.xpm -share/xtux/images/tiles/pc_b.xpm -share/xtux/images/tiles/phone.xpm -share/xtux/images/tiles/pipe_h.xpm -share/xtux/images/tiles/pipe_h_tap.xpm -share/xtux/images/tiles/plank.xpm -share/xtux/images/tiles/plant_pot.xpm -share/xtux/images/tiles/plant_pot_b.xpm -share/xtux/images/tiles/pole.xpm -share/xtux/images/tiles/pooltable_a.xpm -share/xtux/images/tiles/pooltable_b.xpm -share/xtux/images/tiles/poster_bsd.xpm -share/xtux/images/tiles/poster_gates_felon.xpm -share/xtux/images/tiles/poster_gnu.xpm -share/xtux/images/tiles/poster_linuxchick.xpm -share/xtux/images/tiles/poster_socko.xpm -share/xtux/images/tiles/poster_ssw.xpm -share/xtux/images/tiles/poster_tux.xpm -share/xtux/images/tiles/poster_work.xpm -share/xtux/images/tiles/poster_wwt.xpm -share/xtux/images/tiles/preview_current.xpm -share/xtux/images/tiles/preview_other.xpm -share/xtux/images/tiles/rail_v.xpm -share/xtux/images/tiles/red.xpm -share/xtux/images/tiles/red_carpet.xpm -share/xtux/images/tiles/road.xpm -share/xtux/images/tiles/rockice.xpm -share/xtux/images/tiles/roller_door_top.xpm -share/xtux/images/tiles/roof_black_e.xpm -share/xtux/images/tiles/roof_black_n.xpm -share/xtux/images/tiles/roof_black_s.xpm -share/xtux/images/tiles/roof_black_w.xpm -share/xtux/images/tiles/rope_e.xpm -share/xtux/images/tiles/rope_h.xpm -share/xtux/images/tiles/rope_h_pulled.xpm -share/xtux/images/tiles/rope_ne.xpm -share/xtux/images/tiles/rope_nw.xpm -share/xtux/images/tiles/rope_se.xpm -share/xtux/images/tiles/rope_sw.xpm -share/xtux/images/tiles/rope_v.xpm -share/xtux/images/tiles/rope_w.xpm -share/xtux/images/tiles/rope_w_pulled.xpm -share/xtux/images/tiles/rubble.xpm -share/xtux/images/tiles/rum.xpm -share/xtux/images/tiles/sandbag_h.xpm -share/xtux/images/tiles/sandbag_v.xpm -share/xtux/images/tiles/sd_buttons.xpm -share/xtux/images/tiles/sd_corner.xpm -share/xtux/images/tiles/sd_menu_0.xpm -share/xtux/images/tiles/sd_menu_1.xpm -share/xtux/images/tiles/sd_menu_2.xpm -share/xtux/images/tiles/sd_titlebar_green.xpm -share/xtux/images/tiles/sd_titlebar_green_e.xpm -share/xtux/images/tiles/sd_titlebar_green_w.xpm -share/xtux/images/tiles/sd_topicbsd.xpm -share/xtux/images/tiles/sd_topiccrypt.xpm -share/xtux/images/tiles/sd_topicgames.xpm -share/xtux/images/tiles/sd_topicgnu.xpm -share/xtux/images/tiles/sd_topiclinux.xpm -share/xtux/images/tiles/sd_topicms.xpm -share/xtux/images/tiles/sd_topicnet.xpm -share/xtux/images/tiles/sd_topicquake.xpm -share/xtux/images/tiles/sd_topicscience.xpm -share/xtux/images/tiles/sd_topicspam.xpm -share/xtux/images/tiles/security_camera.xpm -share/xtux/images/tiles/shop_window_1.xpm -share/xtux/images/tiles/shop_window_2.xpm -share/xtux/images/tiles/shop_window_3.xpm -share/xtux/images/tiles/shower.xpm -share/xtux/images/tiles/side_ring.xpm -share/xtux/images/tiles/sidewalk.xpm -share/xtux/images/tiles/sidewalk_e.xpm -share/xtux/images/tiles/sidewalk_n.xpm -share/xtux/images/tiles/sidewalk_ne.xpm -share/xtux/images/tiles/sidewalk_nw.xpm -share/xtux/images/tiles/sidewalk_s.xpm -share/xtux/images/tiles/sidewalk_se.xpm -share/xtux/images/tiles/sidewalk_sw.xpm -share/xtux/images/tiles/sidewalk_w.xpm -share/xtux/images/tiles/sign_food.xpm -share/xtux/images/tiles/sign_shootin_gallery.xpm -share/xtux/images/tiles/sign_sideshow.xpm -share/xtux/images/tiles/slashdot_0.xpm -share/xtux/images/tiles/slashdot_1.xpm -share/xtux/images/tiles/slashdot_2.xpm -share/xtux/images/tiles/slate.xpm -share/xtux/images/tiles/slime.xpm -share/xtux/images/tiles/snow.xpm -share/xtux/images/tiles/snowf.xpm -share/xtux/images/tiles/speaker.xpm -share/xtux/images/tiles/steps.xpm -share/xtux/images/tiles/stone.xpm -share/xtux/images/tiles/streetlight.xpm -share/xtux/images/tiles/streetlight_top_left.xpm -share/xtux/images/tiles/streetlight_top_right.xpm -share/xtux/images/tiles/table.xpm -share/xtux/images/tiles/table1.xpm -share/xtux/images/tiles/table_b.xpm -share/xtux/images/tiles/table_base.xpm -share/xtux/images/tiles/table_grey_e.xpm -share/xtux/images/tiles/table_grey_h.xpm -share/xtux/images/tiles/table_grey_n.xpm -share/xtux/images/tiles/table_grey_s.xpm -share/xtux/images/tiles/table_grey_v.xpm -share/xtux/images/tiles/table_grey_w.xpm -share/xtux/images/tiles/table_marble_e.xpm -share/xtux/images/tiles/table_marble_h.xpm -share/xtux/images/tiles/table_marble_w.xpm -share/xtux/images/tiles/tech_box.xpm -share/xtux/images/tiles/teleporter.xpm -share/xtux/images/tiles/time.xpm -share/xtux/images/tiles/tin_roof.xpm -share/xtux/images/tiles/title_emacs.xpm -share/xtux/images/tiles/title_xtux.xpm -share/xtux/images/tiles/title_xv.xpm -share/xtux/images/tiles/toaster.xpm -share/xtux/images/tiles/toilet.xpm -share/xtux/images/tiles/toilet_b.xpm -share/xtux/images/tiles/towel.xpm -share/xtux/images/tiles/trash.xpm -share/xtux/images/tiles/tree_l.xpm -share/xtux/images/tiles/tree_u.xpm -share/xtux/images/tiles/trumpet.xpm -share/xtux/images/tiles/tv.xpm -share/xtux/images/tiles/tv_b.xpm -share/xtux/images/tiles/wall_black_toplevel.xpm -share/xtux/images/tiles/wall_brick_h.xpm -share/xtux/images/tiles/wall_brick_toplevel.xpm -share/xtux/images/tiles/wall_brick_v.xpm -share/xtux/images/tiles/wall_grey_n_gap.xpm -share/xtux/images/tiles/wall_grey_s_gap.xpm -share/xtux/images/tiles/wall_white_e.xpm -share/xtux/images/tiles/wall_white_h.xpm -share/xtux/images/tiles/wall_white_n.xpm -share/xtux/images/tiles/wall_white_ne.xpm -share/xtux/images/tiles/wall_white_nes.xpm -share/xtux/images/tiles/wall_white_nesw.xpm -share/xtux/images/tiles/wall_white_nw.xpm -share/xtux/images/tiles/wall_white_nws.xpm -share/xtux/images/tiles/wall_white_s.xpm -share/xtux/images/tiles/wall_white_se.xpm -share/xtux/images/tiles/wall_white_sw.xpm -share/xtux/images/tiles/wall_white_toplevel.xpm -share/xtux/images/tiles/wall_white_v.xpm -share/xtux/images/tiles/wall_white_w.xpm -share/xtux/images/tiles/wall_white_wne.xpm -share/xtux/images/tiles/wall_white_wse.xpm -share/xtux/images/tiles/water.xpm -share/xtux/images/tiles/water_ne.xpm -share/xtux/images/tiles/water_nw.xpm -share/xtux/images/tiles/water_se.xpm -share/xtux/images/tiles/water_sw.xpm -share/xtux/images/tiles/webline_h.xpm -share/xtux/images/tiles/weights.xpm -share/xtux/images/tiles/weights_b.xpm -share/xtux/images/tiles/white.xpm -share/xtux/images/tiles/window.xpm -share/xtux/images/tiles/wood.xpm -share/xtux/images/tiles/wood_post_left.xpm -share/xtux/images/tiles/wood_post_right.xpm -share/xtux/images/tiles/wood_railing.xpm -share/xtux/images/tiles/wood_railing_v.xpm -share/xtux/images/tiles/wood_railing_v_left.xpm -share/xtux/images/tiles/wood_railing_v_right.xpm -share/xtux/images/tiles/wood_sign_h.xpm -share/xtux/images/tiles/wood_sign_left.xpm -share/xtux/images/tiles/wood_sign_right.xpm -share/xtux/images/tiles/wrestle_mat.xpm -share/xtux/images/tiles/x11amp-0.xpm -share/xtux/images/tiles/x11amp-1.xpm -share/xtux/images/tiles/x11amp-2.xpm -share/xtux/images/tiles/x11amp-3.xpm -share/xtux/images/tiles/x11amp-4.xpm -share/xtux/images/tiles/x11amp-5.xpm -share/xtux/images/tiles/x11amp-6.xpm -share/xtux/images/tiles/x11amp-7.xpm -share/xtux/images/title.xpm -share/xtux/images/tuxbat.xpm -share/xtux/images/weapons/bazooka.xpm -share/xtux/images/weapons/bazooka_icon.xpm -share/xtux/images/weapons/buckshot_icon.xpm -share/xtux/images/weapons/bullet_icon.xpm -share/xtux/images/weapons/cd_icon.xpm -share/xtux/images/weapons/chaingun.xpm -share/xtux/images/weapons/chainsaw.xpm -share/xtux/images/weapons/chainsaw_icon.xpm -share/xtux/images/weapons/chainsaw_icon2.xpm -share/xtux/images/weapons/crosshair_icon.xpm -share/xtux/images/weapons/egun.xpm -share/xtux/images/weapons/fire_pic.xpm -share/xtux/images/weapons/flames_icon.xpm -share/xtux/images/weapons/lightning_icon.xpm -share/xtux/images/weapons/nuke.xpm -share/xtux/images/weapons/pistol_icon.xpm -share/xtux/images/weapons/radioactive_icon.xpm -share/xtux/images/weapons/railgun.xpm -share/xtux/images/weapons/railslug_icon.xpm -share/xtux/images/weapons/shotgun.xpm -share/xtux/images/weapons/sniper.xpm -share/xtux/images/weapons/soul_suck.xpm -share/xtux/images/weapons/subm.xpm -share/xtux/maps/ai_test.map -share/xtux/maps/arctic.map -share/xtux/maps/bug.map -share/xtux/maps/desktop.map -share/xtux/maps/end.map -share/xtux/maps/geekusa.map -share/xtux/maps/home.map -share/xtux/maps/home2.map -share/xtux/maps/laberinto.map -share/xtux/maps/mapedit.map -share/xtux/maps/my_way_home.map -share/xtux/maps/penguinland.map -share/xtux/maps/sewer.map -share/xtux/maps/skyscraper.map -share/xtux/maps/slashdot.map -share/xtux/maps/street_spirit.map -share/xtux/maps/test.map -share/xtux/maps/unfinished_sympathy.map -share/xtux/maps/watership.map -share/xtux/maps/wwt.map -share/xtux/penguinland.table -share/xtux/sewer.table -share/xtux/slashdot.table -share/xtux/street.table -share/xtux/trashed.table -share/xtux/weapons -share/xtux/wwt.table +%%DATADIR%%/ascii.txt +%%DATADIR%%/bios +%%DATADIR%%/default.table +%%DATADIR%%/demos/bug.xtdem +%%DATADIR%%/demos/quigley.xtdem +%%DATADIR%%/demos/run.xtdem +%%DATADIR%%/demos/slash.xtdem +%%DATADIR%%/desktop.table +%%DATADIR%%/entities +%%DATADIR%%/generic.table +%%DATADIR%%/images/bloodspot.xpm +%%DATADIR%%/images/blueprint.xpm +%%DATADIR%%/images/crosshair.xpm +%%DATADIR%%/images/entities/borg.xpm +%%DATADIR%%/images/entities/borg_die.xpm +%%DATADIR%%/images/entities/bsd.xpm +%%DATADIR%%/images/entities/bsd_die.xpm +%%DATADIR%%/images/entities/bug.xpm +%%DATADIR%%/images/entities/bunny.xpm +%%DATADIR%%/images/entities/bunny_groom.xpm +%%DATADIR%%/images/entities/cd.xpm +%%DATADIR%%/images/entities/cd_die.xpm +%%DATADIR%%/images/entities/clippy.xpm +%%DATADIR%%/images/entities/clippy_die.xpm +%%DATADIR%%/images/entities/cobol.xpm +%%DATADIR%%/images/entities/cobol_die.xpm +%%DATADIR%%/images/entities/duckboy.xpm +%%DATADIR%%/images/entities/duckboy_die.xpm +%%DATADIR%%/images/entities/duke.xpm +%%DATADIR%%/images/entities/duke_die.xpm +%%DATADIR%%/images/entities/fireball.xpm +%%DATADIR%%/images/entities/fireball_die.xpm +%%DATADIR%%/images/entities/flamer.xpm +%%DATADIR%%/images/entities/flamer_die.xpm +%%DATADIR%%/images/entities/gates.xpm +%%DATADIR%%/images/entities/gates_die.xpm +%%DATADIR%%/images/entities/gnome.xpm +%%DATADIR%%/images/entities/gnome_die.xpm +%%DATADIR%%/images/entities/gnu.xpm +%%DATADIR%%/images/entities/gnu_die.xpm +%%DATADIR%%/images/entities/gown.xpm +%%DATADIR%%/images/entities/kde.xpm +%%DATADIR%%/images/entities/kde_die.xpm +%%DATADIR%%/images/entities/linus.xpm +%%DATADIR%%/images/entities/linus_die.xpm +%%DATADIR%%/images/entities/mscp.xpm +%%DATADIR%%/images/entities/mscp_die.xpm +%%DATADIR%%/images/entities/rms.xpm +%%DATADIR%%/images/entities/rocket_small.xpm +%%DATADIR%%/images/entities/shadowman.xpm +%%DATADIR%%/images/entities/shadowman_die.xpm +%%DATADIR%%/images/entities/suse.xpm +%%DATADIR%%/images/entities/suse_die.xpm +%%DATADIR%%/images/entities/tie.xpm +%%DATADIR%%/images/entities/tie_die.xpm +%%DATADIR%%/images/entities/troll.xpm +%%DATADIR%%/images/entities/troll_die.xpm +%%DATADIR%%/images/entities/tux.xpm +%%DATADIR%%/images/entities/tux_die.xpm +%%DATADIR%%/images/entities/vi.xpm +%%DATADIR%%/images/entities/vi_die.xpm +%%DATADIR%%/images/entities/wde_box.xpm +%%DATADIR%%/images/entities/zombie.xpm +%%DATADIR%%/images/entities/zombie_die.xpm +%%DATADIR%%/images/events/dodgy_door.xpm +%%DATADIR%%/images/events/email.xpm +%%DATADIR%%/images/events/information.xpm +%%DATADIR%%/images/events/newspaper.xpm +%%DATADIR%%/images/events/oldsteam.xpm +%%DATADIR%%/images/events/scullandcrossbones.xpm +%%DATADIR%%/images/events/steam.xpm +%%DATADIR%%/images/events/switch_off.xpm +%%DATADIR%%/images/events/switch_on.xpm +%%DATADIR%%/images/hand.xpm +%%DATADIR%%/images/healthbar.xpm +%%DATADIR%%/images/icon.xpm +%%DATADIR%%/images/image_not_found.xpm +%%DATADIR%%/images/items/badcan.xpm +%%DATADIR%%/images/items/battery.xpm +%%DATADIR%%/images/items/bitrot.xpm +%%DATADIR%%/images/items/blind_glasses.xpm +%%DATADIR%%/images/items/bullets.xpm +%%DATADIR%%/images/items/can.xpm +%%DATADIR%%/images/items/carrot.xpm +%%DATADIR%%/images/items/dewcan.xpm +%%DATADIR%%/images/items/disk.xpm +%%DATADIR%%/images/items/e.xpm +%%DATADIR%%/images/items/energy.xpm +%%DATADIR%%/images/items/explosives.xpm +%%DATADIR%%/images/items/firewall.xpm +%%DATADIR%%/images/items/natalie_portman.xpm +%%DATADIR%%/images/items/nodoze.xpm +%%DATADIR%%/images/items/nuke_crate.xpm +%%DATADIR%%/images/items/patent.xpm +%%DATADIR%%/images/items/pizzabox.xpm +%%DATADIR%%/images/items/random.xpm +%%DATADIR%%/images/items/rocket.xpm +%%DATADIR%%/images/items/shells.xpm +%%DATADIR%%/images/items/slugs.xpm +%%DATADIR%%/images/items/smp.xpm +%%DATADIR%%/images/items/spoon.xpm +%%DATADIR%%/images/items/tightarse.xpm +%%DATADIR%%/images/old-hand.xpm +%%DATADIR%%/images/paper.xpm +%%DATADIR%%/images/tiles/admission_gate.xpm +%%DATADIR%%/images/tiles/aircon.xpm +%%DATADIR%%/images/tiles/aircon_h.xpm +%%DATADIR%%/images/tiles/aircon_v.xpm +%%DATADIR%%/images/tiles/ash.xpm +%%DATADIR%%/images/tiles/bad_tile.xpm +%%DATADIR%%/images/tiles/bar.xpm +%%DATADIR%%/images/tiles/bar_arrow.xpm +%%DATADIR%%/images/tiles/bar_choose.xpm +%%DATADIR%%/images/tiles/bar_e.xpm +%%DATADIR%%/images/tiles/bar_grey_e.xpm +%%DATADIR%%/images/tiles/bar_grey_h.xpm +%%DATADIR%%/images/tiles/bar_grey_w.xpm +%%DATADIR%%/images/tiles/bar_icon_folder.xpm +%%DATADIR%%/images/tiles/bar_icon_tools.xpm +%%DATADIR%%/images/tiles/bar_icon_windows.xpm +%%DATADIR%%/images/tiles/bar_w.xpm +%%DATADIR%%/images/tiles/barrier.xpm +%%DATADIR%%/images/tiles/basin_e.xpm +%%DATADIR%%/images/tiles/basin_e_b.xpm +%%DATADIR%%/images/tiles/basin_w.xpm +%%DATADIR%%/images/tiles/basin_w_b.xpm +%%DATADIR%%/images/tiles/bath.xpm +%%DATADIR%%/images/tiles/bath1.xpm +%%DATADIR%%/images/tiles/bath1_b.xpm +%%DATADIR%%/images/tiles/bath_b.xpm +%%DATADIR%%/images/tiles/bath_tile.xpm +%%DATADIR%%/images/tiles/bed.xpm +%%DATADIR%%/images/tiles/bed1.xpm +%%DATADIR%%/images/tiles/bed1_b.xpm +%%DATADIR%%/images/tiles/bed_b.xpm +%%DATADIR%%/images/tiles/bed_n.xpm +%%DATADIR%%/images/tiles/bed_s.xpm +%%DATADIR%%/images/tiles/black.xpm +%%DATADIR%%/images/tiles/blank.xpm +%%DATADIR%%/images/tiles/block_e.xpm +%%DATADIR%%/images/tiles/block_m.xpm +%%DATADIR%%/images/tiles/block_n.xpm +%%DATADIR%%/images/tiles/block_ne.xpm +%%DATADIR%%/images/tiles/block_nw.xpm +%%DATADIR%%/images/tiles/block_s.xpm +%%DATADIR%%/images/tiles/block_se.xpm +%%DATADIR%%/images/tiles/block_sw.xpm +%%DATADIR%%/images/tiles/block_w.xpm +%%DATADIR%%/images/tiles/bmark.xpm +%%DATADIR%%/images/tiles/boiler_e.xpm +%%DATADIR%%/images/tiles/boiler_w.xpm +%%DATADIR%%/images/tiles/booth_n.xpm +%%DATADIR%%/images/tiles/booth_s.xpm +%%DATADIR%%/images/tiles/border_e.xpm +%%DATADIR%%/images/tiles/border_e_bar.xpm +%%DATADIR%%/images/tiles/border_n.xpm +%%DATADIR%%/images/tiles/border_ne.xpm +%%DATADIR%%/images/tiles/border_nne.xpm +%%DATADIR%%/images/tiles/border_nnw.xpm +%%DATADIR%%/images/tiles/border_noscroll_e.xpm +%%DATADIR%%/images/tiles/border_noscroll_w.xpm +%%DATADIR%%/images/tiles/border_nw.xpm +%%DATADIR%%/images/tiles/border_s.xpm +%%DATADIR%%/images/tiles/border_se.xpm +%%DATADIR%%/images/tiles/border_sse.xpm +%%DATADIR%%/images/tiles/border_ssw.xpm +%%DATADIR%%/images/tiles/border_sw.xpm +%%DATADIR%%/images/tiles/border_w.xpm +%%DATADIR%%/images/tiles/border_w_bar.xpm +%%DATADIR%%/images/tiles/box_grey_n.xpm +%%DATADIR%%/images/tiles/box_grey_v.xpm +%%DATADIR%%/images/tiles/brick.xpm +%%DATADIR%%/images/tiles/button_power.xpm +%%DATADIR%%/images/tiles/cabinet_double.xpm +%%DATADIR%%/images/tiles/cabinet_w_yellow.xpm +%%DATADIR%%/images/tiles/cabinet_yellow.xpm +%%DATADIR%%/images/tiles/carpet.xpm +%%DATADIR%%/images/tiles/carpet_blue.xpm +%%DATADIR%%/images/tiles/carpet_blue_e.xpm +%%DATADIR%%/images/tiles/carpet_grey.xpm +%%DATADIR%%/images/tiles/carpet_light.xpm +%%DATADIR%%/images/tiles/carpet_light_e.xpm +%%DATADIR%%/images/tiles/carpet_light_w.xpm +%%DATADIR%%/images/tiles/carpet_purple.xpm +%%DATADIR%%/images/tiles/carpet_red.xpm +%%DATADIR%%/images/tiles/carpet_red_e.xpm +%%DATADIR%%/images/tiles/cdrom.xpm +%%DATADIR%%/images/tiles/chair.xpm +%%DATADIR%%/images/tiles/chair_b.xpm +%%DATADIR%%/images/tiles/chair_foldup.xpm +%%DATADIR%%/images/tiles/chair_foldup_b.xpm +%%DATADIR%%/images/tiles/chair_foldup_e.xpm +%%DATADIR%%/images/tiles/chair_foldup_n.xpm +%%DATADIR%%/images/tiles/chair_foldup_s.xpm +%%DATADIR%%/images/tiles/chair_wheel.xpm +%%DATADIR%%/images/tiles/chair_wheel_b.xpm +%%DATADIR%%/images/tiles/chair_wire.xpm +%%DATADIR%%/images/tiles/chair_wire2.xpm +%%DATADIR%%/images/tiles/chord_black.xpm +%%DATADIR%%/images/tiles/circle_yellow.xpm +%%DATADIR%%/images/tiles/computer_w.xpm +%%DATADIR%%/images/tiles/concrete.xpm +%%DATADIR%%/images/tiles/conveyer_belt.xpm +%%DATADIR%%/images/tiles/couch_e.xpm +%%DATADIR%%/images/tiles/couch_e_b.xpm +%%DATADIR%%/images/tiles/couch_w.xpm +%%DATADIR%%/images/tiles/couch_w_b.xpm +%%DATADIR%%/images/tiles/crazy_jim.xpm +%%DATADIR%%/images/tiles/cubicle_e.xpm +%%DATADIR%%/images/tiles/cubicle_h.xpm +%%DATADIR%%/images/tiles/cubicle_ne.xpm +%%DATADIR%%/images/tiles/cubicle_nw.xpm +%%DATADIR%%/images/tiles/cubicle_sw.xpm +%%DATADIR%%/images/tiles/cubicle_w.xpm +%%DATADIR%%/images/tiles/cupboard_electric.xpm +%%DATADIR%%/images/tiles/cupboard_electric_n.xpm +%%DATADIR%%/images/tiles/cupboard_electric_s.xpm +%%DATADIR%%/images/tiles/desk.xpm +%%DATADIR%%/images/tiles/desk_b.xpm +%%DATADIR%%/images/tiles/desk_makeup.xpm +%%DATADIR%%/images/tiles/desk_vip_b.xpm +%%DATADIR%%/images/tiles/desk_work.xpm +%%DATADIR%%/images/tiles/desk_work_b.xpm +%%DATADIR%%/images/tiles/dirt.xpm +%%DATADIR%%/images/tiles/door_authorized.xpm +%%DATADIR%%/images/tiles/door_automatic.xpm +%%DATADIR%%/images/tiles/door_glass.xpm +%%DATADIR%%/images/tiles/door_plain.xpm +%%DATADIR%%/images/tiles/door_roller_white.xpm +%%DATADIR%%/images/tiles/door_star.xpm +%%DATADIR%%/images/tiles/drain.xpm +%%DATADIR%%/images/tiles/drawers.xpm +%%DATADIR%%/images/tiles/drawers_b.xpm +%%DATADIR%%/images/tiles/eletric_panel.xpm +%%DATADIR%%/images/tiles/fan.xpm +%%DATADIR%%/images/tiles/fan1.xpm +%%DATADIR%%/images/tiles/fence_wood_green_l.xpm +%%DATADIR%%/images/tiles/fence_wood_green_u.xpm +%%DATADIR%%/images/tiles/fence_wood_l.xpm +%%DATADIR%%/images/tiles/fence_wood_u.xpm +%%DATADIR%%/images/tiles/fire_extinguisher.xpm +%%DATADIR%%/images/tiles/fire_extinguisher_small.xpm +%%DATADIR%%/images/tiles/floppy.xpm +%%DATADIR%%/images/tiles/folder.xpm +%%DATADIR%%/images/tiles/fridge.xpm +%%DATADIR%%/images/tiles/fridge1.xpm +%%DATADIR%%/images/tiles/fridge1_b.xpm +%%DATADIR%%/images/tiles/future_knight_0.xpm +%%DATADIR%%/images/tiles/future_knight_1.xpm +%%DATADIR%%/images/tiles/future_knight_2.xpm +%%DATADIR%%/images/tiles/future_knight_3.xpm +%%DATADIR%%/images/tiles/gb_bott.xpm +%%DATADIR%%/images/tiles/gb_top.xpm +%%DATADIR%%/images/tiles/gpathh.xpm +%%DATADIR%%/images/tiles/gpathv.xpm +%%DATADIR%%/images/tiles/grain_dark.xpm +%%DATADIR%%/images/tiles/grass.xpm +%%DATADIR%%/images/tiles/grass1.xpm +%%DATADIR%%/images/tiles/grass_rough.xpm +%%DATADIR%%/images/tiles/green.xpm +%%DATADIR%%/images/tiles/greenbase.xpm +%%DATADIR%%/images/tiles/grey_light.xpm +%%DATADIR%%/images/tiles/grey_light_w.xpm +%%DATADIR%%/images/tiles/guard_rail_e.xpm +%%DATADIR%%/images/tiles/guard_rail_h.xpm +%%DATADIR%%/images/tiles/guard_rail_n.xpm +%%DATADIR%%/images/tiles/guard_rail_s.xpm +%%DATADIR%%/images/tiles/guard_rail_w.xpm +%%DATADIR%%/images/tiles/h2o.xpm +%%DATADIR%%/images/tiles/h2o1.xpm +%%DATADIR%%/images/tiles/handle_grey.xpm +%%DATADIR%%/images/tiles/hilight_n.xpm +%%DATADIR%%/images/tiles/hilight_s.xpm +%%DATADIR%%/images/tiles/ice.xpm +%%DATADIR%%/images/tiles/jack0.xpm +%%DATADIR%%/images/tiles/jack1.xpm +%%DATADIR%%/images/tiles/jack2.xpm +%%DATADIR%%/images/tiles/kbench.xpm +%%DATADIR%%/images/tiles/kend.xpm +%%DATADIR%%/images/tiles/kitchen_bench_h.xpm +%%DATADIR%%/images/tiles/kitchen_bench_n.xpm +%%DATADIR%%/images/tiles/kitchen_bench_s.xpm +%%DATADIR%%/images/tiles/kitchen_bench_v.xpm +%%DATADIR%%/images/tiles/kitchen_sink.xpm +%%DATADIR%%/images/tiles/ladder_metal.xpm +%%DATADIR%%/images/tiles/lightgrey.xpm +%%DATADIR%%/images/tiles/line_dotted_h.xpm +%%DATADIR%%/images/tiles/line_dotted_v.xpm +%%DATADIR%%/images/tiles/line_grey_h.xpm +%%DATADIR%%/images/tiles/line_h.xpm +%%DATADIR%%/images/tiles/line_v.xpm +%%DATADIR%%/images/tiles/logo_wwt.xpm +%%DATADIR%%/images/tiles/manhole_open.xpm +%%DATADIR%%/images/tiles/marble.xpm +%%DATADIR%%/images/tiles/marble1.xpm +%%DATADIR%%/images/tiles/mat.xpm +%%DATADIR%%/images/tiles/mat_e.xpm +%%DATADIR%%/images/tiles/mat_n.xpm +%%DATADIR%%/images/tiles/mat_ne.xpm +%%DATADIR%%/images/tiles/mat_nw.xpm +%%DATADIR%%/images/tiles/mat_s.xpm +%%DATADIR%%/images/tiles/mat_se.xpm +%%DATADIR%%/images/tiles/mat_sw.xpm +%%DATADIR%%/images/tiles/mat_w.xpm +%%DATADIR%%/images/tiles/menu_e.xpm +%%DATADIR%%/images/tiles/menu_e_0.xpm +%%DATADIR%%/images/tiles/menu_e_1.xpm +%%DATADIR%%/images/tiles/menu_high_e.xpm +%%DATADIR%%/images/tiles/menu_high_e_0.xpm +%%DATADIR%%/images/tiles/menu_high_e_1.xpm +%%DATADIR%%/images/tiles/menu_high_w.xpm +%%DATADIR%%/images/tiles/menu_high_w_0.xpm +%%DATADIR%%/images/tiles/menu_high_w_1.xpm +%%DATADIR%%/images/tiles/menu_ne.xpm +%%DATADIR%%/images/tiles/menu_nw.xpm +%%DATADIR%%/images/tiles/menu_se.xpm +%%DATADIR%%/images/tiles/menu_sw.xpm +%%DATADIR%%/images/tiles/menu_w.xpm +%%DATADIR%%/images/tiles/menu_w_0.xpm +%%DATADIR%%/images/tiles/menu_w_1.xpm +%%DATADIR%%/images/tiles/metal_grate.xpm +%%DATADIR%%/images/tiles/metal_guard_rail.xpm +%%DATADIR%%/images/tiles/mic.xpm +%%DATADIR%%/images/tiles/monitors.xpm +%%DATADIR%%/images/tiles/mop.xpm +%%DATADIR%%/images/tiles/mop_b.xpm +%%DATADIR%%/images/tiles/msn.xpm +%%DATADIR%%/images/tiles/mugs.xpm +%%DATADIR%%/images/tiles/netscape.xpm +%%DATADIR%%/images/tiles/pad.xpm +%%DATADIR%%/images/tiles/palm.xpm +%%DATADIR%%/images/tiles/panel.xpm +%%DATADIR%%/images/tiles/panel_electric.xpm +%%DATADIR%%/images/tiles/pc.xpm +%%DATADIR%%/images/tiles/pc_b.xpm +%%DATADIR%%/images/tiles/phone.xpm +%%DATADIR%%/images/tiles/pipe_h.xpm +%%DATADIR%%/images/tiles/pipe_h_tap.xpm +%%DATADIR%%/images/tiles/plank.xpm +%%DATADIR%%/images/tiles/plant_pot.xpm +%%DATADIR%%/images/tiles/plant_pot_b.xpm +%%DATADIR%%/images/tiles/pole.xpm +%%DATADIR%%/images/tiles/pooltable_a.xpm +%%DATADIR%%/images/tiles/pooltable_b.xpm +%%DATADIR%%/images/tiles/poster_bsd.xpm +%%DATADIR%%/images/tiles/poster_gates_felon.xpm +%%DATADIR%%/images/tiles/poster_gnu.xpm +%%DATADIR%%/images/tiles/poster_linuxchick.xpm +%%DATADIR%%/images/tiles/poster_socko.xpm +%%DATADIR%%/images/tiles/poster_ssw.xpm +%%DATADIR%%/images/tiles/poster_tux.xpm +%%DATADIR%%/images/tiles/poster_work.xpm +%%DATADIR%%/images/tiles/poster_wwt.xpm +%%DATADIR%%/images/tiles/preview_current.xpm +%%DATADIR%%/images/tiles/preview_other.xpm +%%DATADIR%%/images/tiles/rail_v.xpm +%%DATADIR%%/images/tiles/red.xpm +%%DATADIR%%/images/tiles/red_carpet.xpm +%%DATADIR%%/images/tiles/road.xpm +%%DATADIR%%/images/tiles/rockice.xpm +%%DATADIR%%/images/tiles/roller_door_top.xpm +%%DATADIR%%/images/tiles/roof_black_e.xpm +%%DATADIR%%/images/tiles/roof_black_n.xpm +%%DATADIR%%/images/tiles/roof_black_s.xpm +%%DATADIR%%/images/tiles/roof_black_w.xpm *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311160128.rAG1SdRa070556>