jlint stable port information

package:jlint
version:3.1.2
revision:1
Source:http://downloads.sourceforge.net/project/%n/%n/%n-%v/%n-%v.zip
Maintainer: JayaKrishna.Katru
HomePage:http://jlint.sourceforge.net/
License:GPL
Description:Java code analyzer
Source-MD5:af4e375d673b1a123352d2dac59477e0
GCC: 4.0
PatchScript:<<
/usr/bin/sed -i -e 's:/usr/local:%i:' Makefile
<<
CompileScript:<<
make
<<
InstallScript: <<
#! /bin/sh -ev
mkdir -p %i/bin
make install
<<
DescDetail:<<
Jlint will check your Java code and find bugs,
inconsistencies and synchronization
problems by doing data flow analysis and building the lock graph.
<<
DescPackaging:<<
Uses standard make procedure for compiling.
<<
DocFiles:README manual.pdf COPYING CHANGELOG BUGS TODO