2003-09-25 13:20:15 +02:00
|
|
|
# New ports collection makefile for: doscan
|
|
|
|
# Date created: 24 Sept 2003
|
|
|
|
# Whom: Janos.Mohacsi@bsd.hu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= doscan
|
2006-03-28 17:02:40 +02:00
|
|
|
PORTVERSION= 0.3.1
|
2012-12-10 20:11:11 +01:00
|
|
|
PORTREVISION= 3
|
2003-09-25 13:20:15 +02:00
|
|
|
CATEGORIES= security net
|
|
|
|
MASTER_SITES= http://static.enyo.de/fw/releases/doscan/
|
|
|
|
|
2005-01-14 09:27:28 +01:00
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
2003-09-25 13:20:15 +02:00
|
|
|
COMMENT= Tool to quickly scan your network for machines listening on a TCP port
|
|
|
|
|
2012-12-10 20:11:11 +01:00
|
|
|
LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
|
2003-09-25 13:20:15 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2005-01-14 09:27:28 +01:00
|
|
|
PORTDOCS= README
|
2003-09-25 13:20:15 +02:00
|
|
|
MAN1= doscan.1
|
2005-01-14 09:27:28 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/doscan
|
2003-09-25 13:20:15 +02:00
|
|
|
|
2008-06-26 15:42:31 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|ony o|on yo|' \
|
|
|
|
${WRKSRC}/doc/doscan.1
|
|
|
|
|
2003-09-25 13:20:15 +02:00
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2005-01-14 09:27:28 +01:00
|
|
|
.for file in ${PORTDOCS}
|
2003-09-25 13:20:15 +02:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2007-10-04 08:02:06 +02:00
|
|
|
.include <bsd.port.mk>
|