19 lines
597 B
Makefile
19 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/07/17 22:53:11 grant Exp $
|
|
# FreeBSD Id: ports/security/pscan/Makefile,v 1.4 2001/08/23 09:07:29 kris Exp
|
|
|
|
DISTNAME= pscan
|
|
PKGNAME= pscan-1.3
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= http://www.striker.ottawa.on.ca/~aland/pscan/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.striker.ottawa.on.ca/~aland/pscan/
|
|
COMMENT= Security C code scanner for misuse of format strings
|
|
|
|
ALL_TARGET= pscan
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pscan ${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${PREFIX}/bin/find_formats
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|