# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $

PortSystem 1.0
name		jlint
version		1.21
revision	1
categories	devel
maintainers	waqar
description	Java code verifier
long_description   	\
	Jlint will check your Java code and find bugs, inconsistencies	\
	and synchronization problems by doing data flow analysis and	\
	building lock graph.
homepage	http://www.garret.ru/~knizhnik/lang.html
platforms	darwin
master_sites	http://www.garret.ru/~knizhnik
checksums	md5 ab5b93437dd04d43d6d18a1c96888425			\
		sha1 e18eb0c18b68e4272f9782fd2cb110b2f5363bcf

worksrcdir	${name}
use_configure	no

destroot	{
	xinstall -m 755 -W ${worksrcpath} antic jlint ${destroot}${prefix}/bin
}
