aboutsummaryrefslogtreecommitdiffstats
path: root/security/pscan/Makefile
blob: b68c63aa239a74ce1443d81c86be4b09a9347734 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    pscan
# Date created:             02 September 2000
# Whom:                 Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pscan
PORTVERSION=    1.3
CATEGORIES= security devel
MASTER_SITES=   http://www.striker.ottawa.on.ca/~aland/pscan/
DISTNAME=   ${PORTNAME}

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

ALL_TARGET= #empty

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

.include <bsd.port.mk>