use ExtUtils::MakeMaker; print < { PREOP => 'pod2text Client.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', COMPRESS => 'gzip -9v', SUFFIX => '.gz', }, NAME => "Crossfire::Client", INC => '-I/usr/include/SDL -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2', LIBS => ["-lSDL -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfreetype -lz"], EXE_FILES => [qw(bin/pclient)], VERSION_FROM => "Client.pm", PM => { 'Client.pm' => '$(INST_LIBDIR)/Client.pm', 'Client/Widget.pm' => '$(INST_LIBDIR)/Client/Widget.pm', 'resources/uifont.ttf' => '$(INST_LIBDIR)/resources/uifont.ttf', 'resources/uifontb.ttf' => '$(INST_LIBDIR)/resources/uifontb.ttf', 'resources/uifonti.ttf' => '$(INST_LIBDIR)/resources/uifonti.ttf', 'resources/uifontbi.ttf' => '$(INST_LIBDIR)/resources/uifontbi.ttf', 'resources/d1_bg.png' => '$(INST_LIBDIR)/resources/d1_bg.png', 'resources/d1_border_top.png' => '$(INST_LIBDIR)/resources/d1_border_top.png', 'resources/d1_border_bottom.png' => '$(INST_LIBDIR)/resources/d1_border_bottom.png', 'resources/d1_border_left.png' => '$(INST_LIBDIR)/resources/d1_border_left.png', 'resources/d1_border_right.png' => '$(INST_LIBDIR)/resources/d1_border_right.png', } );