a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 19465 2006-09-09 05:19:17Z waqar@macports.org $
PortSystem 1.0
name jlint
version 1.21
revision 1
categories devel
maintainers waqar@macports.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
}