aboutsummaryrefslogtreecommitdiff
path: root/security/pscan/Makefile
blob: c6ac95a1a7ea7619d838b07f549bed90d97d4453 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Kris Kennaway <kris@FreeBSD.org>

PORTNAME=	pscan
PORTVERSION=	1.3
CATEGORIES=	security devel
MASTER_SITES=	http://deployingradius.com/pscan/
DISTNAME=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Security C code scanner for misuse of format strings

ALL_TARGET=	#empty
NO_WRKSUBDIR=	yes

PLIST_FILES=	bin/pscan bin/find_formats

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/pscan ${STAGEDIR}${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh \
		${STAGEDIR}${PREFIX}/bin/find_formats

.include <bsd.port.mk>