1 | # $ID: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name javascript-lint |
---|
4 | version 0.2.6 |
---|
5 | categories javascript lang devel |
---|
6 | maintainers rwilcox@wilcoxd.com |
---|
7 | description Lint program for JavaScript |
---|
8 | long_description JavaScript Lint lets you check all your JavaScript source code for common mistakes without actually running the script or opening the web page. |
---|
9 | homepage http://www.javascriptlint.com/ |
---|
10 | master_sites http://www.javascriptlint.com/download/ |
---|
11 | distname jsl-${version}-src |
---|
12 | checksums md5 7289d0ac583e9d8fd24d2cccf61c660a |
---|
13 | |
---|
14 | use_configure no |
---|
15 | configure {} |
---|
16 | worksrcdir ${distname}/src/ |
---|
17 | |
---|
18 | build.pre_args -f Makefile.ref |
---|
19 | build.target {} |
---|
20 | |
---|
21 | destroot { |
---|
22 | xinstall -m 755 -d ${destroot}${prefix}/bin/ |
---|
23 | |
---|
24 | file copy ${worksrcpath}/Darwin_DBG.OBJ/jsl ${destroot}${prefix}/bin/ |
---|
25 | } |
---|