# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id: Portfile 68861 2010-06-16 11:57:53Z snc@macports.org $ PortSystem 1.0 name skipfish version 1.37b license Apache-2.0 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 master_sites googlecode extract.suffix .tgz checksums md5 e506b4ff025a78fec1050f260dce6205 \ sha1 a595b2bdd24938575ca25dc9fcf3304d2c86c6e9 \ rmd160 5c6fcfcfd4190e9fd35f2dc53302bbd4ad9573f9 worksrcdir ${name} patchfiles patch-config.h.diff post-patch { reinplace s|@@SHARE@@|${prefix}/share/${name}/|g ${worksrcpath}/config.h } use_configure no destroot { file mkdir ${destroot}${prefix}/share/${name} file copy ${worksrcpath}/skipfish ${destroot}${prefix}/bin/skipfish file copy ${worksrcpath}/assets/ ${destroot}${prefix}/share/${name} }