File: Makefile.PL

package info (click to toggle)
libplot-perl 2.2.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 140 kB
  • ctags: 137
  • sloc: perl: 374; ansic: 238; makefile: 35
file content (10 lines) | stat: -rw-r--r-- 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Graphics::Libplot',
    'VERSION_FROM' => 'Libplot.pm', # finds $VERSION
    'LIBS'	=> ['-lplot -L/usr/X11R6/lib -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lm'], 
#    'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING' 
#    'INC'	=> '',     # e.g., '-I/usr/include/other' 
);