9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
21 lines
606 B
Makefile
21 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:33 jlam Exp $
|
|
|
|
DISTNAME= flawfinder-1.26
|
|
PKGREVISION= 1
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= http://www.dwheeler.com/flawfinder/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.dwheeler.com/flawfinder/
|
|
COMMENT= Python program to find flaws in C/C++ programs
|
|
|
|
NO_BUILD= yes
|
|
PYTHON_PATCH_SCRIPTS= flawfinder
|
|
INSTALLATION_DIRS= bin man/man1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC:Q}/flawfinder ${PREFIX:Q}/bin
|
|
${INSTALL_MAN} ${WRKSRC:Q}/flawfinder.1 ${PREFIX:Q}/man/man1
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|