aboutsummaryrefslogtreecommitdiffstats
path: root/security/proxycheck/Makefile
blob: 593f3d7f0cfeae3c9c1462162e277ff8c9a78e1d (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
24
25
26
27
# New ports collection makefile for:    proxycheck
# Date created:             Fri Jun 13 02:26:04 EDT 2003
# Whom:                 Paul Chvostek <paul@it.ca>
#
# $FreeBSD$
#

PORTNAME=   proxycheck
PORTVERSION=    0.45a
CATEGORIES= security
MASTER_SITES=   http://www.corpit.ru/mjt/proxycheck/ \
        http://www.it.ca/~paul/src/

MAINTAINER= paul+ports@it.ca
COMMENT=    Check for open proxy servers

MAN1=       proxycheck.1

do-install:
        @${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${PREFIX}/sbin/
        @${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${PREFIX}/man/man1/
.if !defined(NOPORTDOCS)
        @${MKDIR} ${DOCSDIR}
        @${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}
.endif

.include <bsd.port.mk>