pkgsrc/security/flawfinder/Makefile

25 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.7 2003/07/21 17:20:08 martti Exp $
#
DISTNAME= flawfinder-1.22
CATEGORIES= security devel
MASTER_SITES= http://www.dwheeler.com/flawfinder/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.dwheeler.com/flawfinder/
COMMENT= Python program to find flaws in C/C++ programs
PYTHON_PATCH_SCRIPTS= flawfinder
PY_PATCHPLIST= yes
NO_CONFIGURE= # defined
NO_BUILD= # defined
MAKEFILE= makefile
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/flawfinder.1 ${PREFIX}/man/man1
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"