freebsd-ports/security/doscan/Makefile
Kirill Ponomarev c3c7330767 - Update to version 0.2.3
PR:		58916
Submitted by:	maintainer
2003-11-04 10:35:17 +00:00

32 lines
648 B
Makefile

# New ports collection makefile for: doscan
# Date created: 24 Sept 2003
# Whom: Janos.Mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= doscan
PORTVERSION= 0.2.3
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
USE_GCC= 3.3
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>