2016-08-17 05:47:30 +00:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
2007-05-30 07:57:21 +00:00
|
|
|
|
2016-08-17 05:47:30 +00:00
|
|
|
PortSystem 1.0
|
2018-08-22 22:13:55 +10:00
|
|
|
|
2016-08-17 05:47:30 +00:00
|
|
|
name javascript-lint
|
|
|
|
|
version 0.3.0
|
|
|
|
|
categories lang devel
|
2018-08-22 22:13:55 +10:00
|
|
|
license {MPL-1.1 LGPL-2.1}
|
2016-08-17 05:47:30 +00:00
|
|
|
platforms darwin
|
|
|
|
|
maintainers nomaintainer
|
2007-05-19 18:46:11 +00:00
|
|
|
|
2016-08-17 05:47:30 +00:00
|
|
|
description Lint program for JavaScript
|
|
|
|
|
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.
|
|
|
|
|
homepage http://www.javascriptlint.com
|
2010-11-16 09:22:44 +00:00
|
|
|
|
2016-08-17 05:47:30 +00:00
|
|
|
master_sites http://www.javascriptlint.com/download
|
|
|
|
|
distname jsl-${version}-src
|
|
|
|
|
checksums md5 2b94ffa4fab07acabe0c5e73cd49bcdf
|
2007-05-19 18:46:11 +00:00
|
|
|
|
2016-08-17 05:51:54 +00:00
|
|
|
patchfiles find-va_copy.patch
|
2016-08-17 05:47:30 +00:00
|
|
|
|
|
|
|
|
use_configure no
|
|
|
|
|
worksrcdir jsl-${version}/src
|
|
|
|
|
|
|
|
|
|
use_parallel_build no
|
|
|
|
|
build.pre_args -f Makefile.ref
|
2009-09-07 03:25:48 +00:00
|
|
|
build.target
|
2018-08-23 02:29:57 +10:00
|
|
|
build.args CC=${configure.cc}
|
2019-03-23 20:30:33 +11:00
|
|
|
build.env "CFLAGS=${configure.cflags} [get_canonical_archflags cc]"
|
2007-05-19 18:46:11 +00:00
|
|
|
|
|
|
|
|
destroot {
|
2016-08-17 05:47:30 +00:00
|
|
|
file copy ${worksrcpath}/Darwin_DBG.OBJ/jsl ${destroot}${prefix}/bin
|
2007-05-19 18:46:11 +00:00
|
|
|
}
|