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