Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

22
security/pscan/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.11 2012/10/23 18:16:52 asau Exp $
DISTNAME= pscan
PKGNAME= pscan-1.3
CATEGORIES= security devel
MASTER_SITES= # http://www.striker.ottawa.on.ca/~aland/pscan/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.striker.ottawa.on.ca/~aland/pscan/
COMMENT= Security C code scanner for misuse of format strings
BUILD_TARGET= pscan
USE_TOOLS+= lex
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pscan ${DESTDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${DESTDIR}${PREFIX}/bin/find_formats
.include "../../mk/bsd.pkg.mk"