# $Id: Portfile 75257 2011-01-19 06:23:12Z ryandesign@macports.org $

PortSystem    	1.0
name          	flawfinder
version       	1.27
categories    	devel
maintainers   	waqar openmaintainer
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
master_sites  	${homepage}
checksums     	md5 50fff67dd439f42b785577ed8b3a3f7d
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
}
