# -*- 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 84550 2011-09-27 21:05:11Z snc@macports.org $ PortSystem 1.0 name skipfish version 2.03b 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 rmd160 54cd5a35b6ab78622eeee3d2e868630da4a94d78 \ sha256 6168f9e7dfa12a5e16b6a1615c74e91bfe04cd534f8fca8179ad4deb09468f38 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} }