aboutsummaryrefslogtreecommitdiffstats
path: root/security/doscan/Makefile
blob: d8b8cb4875ac941da0b483ae07103d3cfc72b71d (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
28
29
30
31
32
# Created by: Janos.Mohacsi@bsd.hu
# $FreeBSD$

PORTNAME=   doscan
PORTVERSION=    0.3.3
CATEGORIES= security net
MASTER_SITES=   http://static.enyo.de/fw/releases/doscan/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Tool to quickly scan your network for machines listening on a TCP port

LICENSE=    GPLv2

LIB_DEPENDS=    libpcre.so:${PORTSDIR}/devel/pcre

GNU_CONFIGURE=  yes
USES=       gmake

PORTDOCS=   README
PLIST_FILES=    bin/doscan man/man1/doscan.1.gz

OPTIONS_DEFINE= DOCS

post-patch:
    ${REINPLACE_CMD} -e 's|ony o|on yo|' \
        ${WRKSRC}/doc/doscan.1

post-install:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>