Deliantra-Client
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
$LIBS .= " -lGL" unless $^O =~ /darwin/i; # sigh... os x is so borked
$_ =~ s/\n/ /g for $INC, $LIBS;
# for extra horrid macosx joys
$lddlflags .= " $1" while $LIBS =~ s/ (-Wl,\S+) / /;
}
WriteMakefile(
dist => {
PREOP => 'pod2text bin/deliantra | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
COMPRESS => 'gzip -9v',
SUFFIX => '.gz',
},
NAME => "Deliantra::Client",
INC => $INC,
LIBS => [$LIBS],
LDDLFLAGS => $lddlflags,
EXE_FILES => [qw(bin/deliantra)],
VERSION_FROM => "DC.pm",
PREREQ_PM => {
( run in 0.252 second using v1.01-cache-2.11-cpan-8d75d55dd25 )