# -*- 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$ PortSystem 1.0 name flawfinder version 1.31 categories devel license GPL-2+ maintainers nomaintainer description Examines C/C++ source code for security flaw long_description \ Program that examines source code and reports possible \ security weaknesses (``flaws'') sorted by risk level. \ It's very useful for quickly finding and removing at \ least some potential security problems before a program \ is widely released to the public. homepage http://www.dwheeler.com/flawfinder/ platforms darwin supported_archs noarch master_sites ${homepage} checksums rmd160 8a96954f1f582e2f2b56590cadeac69c29c2dc88 \ sha256 bca7256fdf71d778eb59c9d61fc22b95792b997cc632b222baf79cfc04887c30 use_configure no build.target destroot { xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/${name}.1 \ ${destroot}${prefix}/share/man/man1 }