aboutsummaryrefslogtreecommitdiffstats
path: root/security/pscan/Makefile
blob: ea9e3e8a8ec67a2d0e57fb717451ed7ae06adc22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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= kris@FreeBSD.org

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>