pkgsrc/security/flawfinder/Makefile
rillig 9fd786bb11 security: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:12:51 +00:00

22 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.27 2019/11/04 21:12:52 rillig Exp $
DISTNAME= flawfinder-1.31
PKGREVISION= 1
CATEGORIES= security devel
MASTER_SITES= https://www.dwheeler.com/flawfinder/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.dwheeler.com/flawfinder/
COMMENT= Python program to find flaws in C/C++ programs
LICENSE= gnu-gpl-v2
NO_BUILD= yes
REPLACE_PYTHON= flawfinder
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/flawfinder.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"