# -*- 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 # $Id: Portfile 97261 2012-09-01 16:49:28Z snc@macports.org $ PortSystem 1.0 name skipfish version 2.08b license Apache-2 categories security maintainers snc openmaintainer description web application security scanner long_description A fully automated, active web application security \ reconnaissance tool. homepage http://code.google.com/p/skipfish/ platforms darwin depends_lib port:openssl port:libidn port:zlib port:pcre master_sites googlecode extract.suffix .tgz checksums rmd160 63c4ebd8c9812fb7100b5e4c2534c7322f863beb \ sha256 34bb51cc90846e3db0e0d2c782b298f235d909b4a0726f5c2b333015b89a0757 patchfiles patch-src-config.h.diff post-patch { reinplace s|@@SHARE@@|${prefix}/share/${name}/|g ${worksrcpath}/src/config.h reinplace s|-L/usr/local/lib/\ ||g ${worksrcpath}/Makefile reinplace s|-I/usr/local|-I${prefix}|g ${worksrcpath}/Makefile } use_configure no build.args-append CC=${configure.cc} destroot { file mkdir ${destroot}${prefix}/share/${name} file copy ${worksrcpath}/skipfish ${destroot}${prefix}/bin/skipfish file copy ${worksrcpath}/assets/ ${destroot}${prefix}/share/${name} file copy ${worksrcpath}/README ${destroot}${prefix}/share/${name} file copy ${worksrcpath}/doc/ ${destroot}${prefix}/share/${name} } notes \ "See ${prefix}/share/${name}/doc/dictionaries.txt to pick a dictionary for the tool. Having problems with your scans? Be sure to visit:\ http://code.google.com/p/skipfish/wiki/KnownIssues"