1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/security/doscan/Makefile
Kirill Ponomarev b2a721fb21 Doscan is a tool to quickly scan network for machines listening
on a TCP port. It can scan for Microsoft DCOM vulnerability.

PR:		57161
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2003-09-25 11:20:15 +00:00

32 lines
635 B
Makefile

# New ports collection makefile for: doscan
# Date created: 24 Sept 2003
# Whom: Janos.Mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= doscan
PORTVERSION= 0.1.6
CATEGORIES= security net
MASTER_SITES= http://static.enyo.de/fw/releases/doscan/
MAINTAINER= Janos.Mohacsi@bsd.hu
COMMENT= Tool to quickly scan your network for machines listening on a TCP port
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
USE_GMAKE= yes
DOC_FILES= README
MAN1= doscan.1
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>