# $Id: Portfile,v 1.2 2005/03/25 03:27:49 waqar Exp $ PortSystem 1.0 name jlint version 1.21 revision 1 categories devel maintainers waqar@opendarwin.org 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 { cd ${worksrcpath} xinstall -m 755 antic ${destroot}${prefix}/bin xinstall -m 755 jlint ${destroot}${prefix}/bin }