pkgsrc/security/flawfinder/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

25 lines
663 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/06/02 01:17:18 jschauma 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"