blob: 158fccc1b0d24efce50dfdad80d28ca9d9aab036 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:45 joerg 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
PKG_DESTDIR_SUPPORT= user-destdir
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"
|