1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/security/doscan/Makefile
Martin Wilke 5743712b3d - Convert gmake, bzip2 to USES
Approved by:	portmgr
2014-05-26 12:50:40 +00:00

36 lines
688 B
Makefile

# Created by: Janos.Mohacsi@bsd.hu
# $FreeBSD$
PORTNAME= doscan
PORTVERSION= 0.3.1
PORTREVISION= 3
CATEGORIES= security net
MASTER_SITES= http://static.enyo.de/fw/releases/doscan/
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Tool to quickly scan your network for machines listening on a TCP port
LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
USES= gmake
PORTDOCS= README
MAN1= doscan.1
PLIST_FILES= bin/doscan
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|ony o|on yo|' \
${WRKSRC}/doc/doscan.1
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>