/usr/local/CPAN/SGI-FM/Makefile.PL
use
ExtUtils::MakeMaker
;
WriteMakefile
(
NAME
=>
'SGI::FM'
,
LIBS
=>
[
"-lfm -lgl"
]
,
VERSION
=>
'0.1'
)
;